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