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