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