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