import type { FC } from "react";
import type { SpinnerName } from "cli-spinners";
interface Props {
    type?: SpinnerName;
}
export declare const Spinner: FC<Props>;
export {};
