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