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