import type { FC } from 'react'; type Props = { className?: string; spinnerClassName?: string; fullScreen?: boolean; dataTestId?: string; }; export declare const Spinner: FC; export {};