import { FC } from 'react';
interface Props {
    className?: string;
}
export declare const Spinner: FC<Props>;
export {};
