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