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