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