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