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