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