import * as React from "react";
import { type SvgIconProps } from "@vkontakte/icons-sprite";
export type Icon20BookmarkSlashOutlineProps = SvgIconProps;
export declare const Icon20BookmarkSlashOutline: React.FC<Icon20BookmarkSlashOutlineProps> & {
};
