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