import { type SvgIconProps } from '../lib/SvgIcon.js'; /** * Use to show the process of downloading * @public */ export declare const DownloadingIcon: import("react").ForwardRefExoticComponent> & { displayName: string; };