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