import { FC } from 'react'; import { SpinnerProps } from './types'; export declare const Spinner: FC;