import { ISpinnerProps } from "../types";
/**
 * Spinner
 */
export declare const Spinner: (props: ISpinnerProps) => string;
