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