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