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