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