export interface ISpinnerCircleProps {
    color?: string;
    size?: number;
}
export declare const SpinnerCircle: React.FC<ISpinnerCircleProps>;
