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