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