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