import type { FunctionalComponent, HTMLAttributes, VNodeProps } from 'vue';
declare const BookmarkSlashIcon: FunctionalComponent<HTMLAttributes & VNodeProps>;
export default BookmarkSlashIcon;
