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

declare const DownloadDone: ReactIconComponentType;
export default DownloadDone;
            