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