import type { FunctionalComponent, HTMLAttributes, VNodeProps } from 'vue'; declare const BookmarkIcon: FunctionalComponent; export default BookmarkIcon;