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