import { IconProps } from 'a-base-icon/lib/icon'; declare function DownloadOutlined(componentProps: IconProps): JSX.Element; declare namespace DownloadOutlined { var displayName: string; } export default DownloadOutlined;