import React from 'react';
import { SpinnerProps } from './types';
/**
 * Component that renders a indeterminate circular progress spinner atop a semi-transparent white background.
 *
 * @param {SpinnerProps} props - Props of Spinner component
 *
 * @category Component
 */
export declare const Spinner: React.FC<SpinnerProps>;
