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