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

declare const DoneOutline: ReactIconComponentType;
export default DoneOutline;
            