import type * as React from 'react'; import { IconCommonProps } from './SvgIcon'; export declare function DownloadIcon(props: IconCommonProps): React.ReactElement;