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