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