import React from 'react'; import { SpinnerProps } from './types'; export declare function Spinner(props: SpinnerProps): React.JSX.Element;