import type { FC } from "react"; type SpinnerProps = { className?: string; }; export declare const Spinner: FC; export {};