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