import type { TSpinnerProps, TSpinnerSize } from './Spinner.type'; export declare const SPINNER_SIZES: TSpinnerSize[]; export declare const SPINNER_SIZE: { [key in TSpinnerSize]: key; }; export declare const SPINNER_DEFAULT_PROPS: TSpinnerProps;