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