import * as React from 'react'; import type { ISpinnerProps } from './Spinner.types'; export declare const Spinner: React.FunctionComponent;