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