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