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

declare const Downloading: ReactIconComponentType;
export default Downloading;
            