/// <reference types="react" />
export interface IconRefreshCircleSharpProps {
    size?: string;
    style?: React.CSSProperties;
}
export declare const IconRefreshCircleSharp: React.FC<IconRefreshCircleSharpProps>;
