import { IconProps } from '../iconUtils'; export declare const Download: import('react').MemoExoticComponent<(props: IconProps) => import('react').ReactElement>; export type DownloadProps = IconProps; export default Download;