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