import type { IconProps } from '../types/index'; declare function SvgDownloadProgress(iconProps: IconProps): JSX.Element; declare namespace SvgDownloadProgress { var displayName: string; } export default SvgDownloadProgress;