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