/// export interface IconDownloadOutlineProps { size?: string; style?: React.CSSProperties; } export declare const IconDownloadOutline: React.FC;