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