import type { FunctionComponent } from 'react';
interface SpinnerProps {
    /**
     * className
     */
    className?: string;
}
export declare const Spinner: FunctionComponent<SpinnerProps>;
export {};
