/// <reference types="react" />
interface ISpinnerProps {
    text: string;
    statusText?: string;
}
export declare function Spinner({ text, statusText }: ISpinnerProps): JSX.Element;
export {};
