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