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