import { ReactIconComponentType } from '../types';

declare const DoneAll: ReactIconComponentType;
export default DoneAll;
            