/// <reference types="react" />
import { ISpinnerProps } from './Spinner.types';
export declare const Spinner: (props: ISpinnerProps) => JSX.Element;
