declare var __VLS_1: {}, __VLS_7: {}, __VLS_13: {}, __VLS_15: {}; type __VLS_Slots = {} & { default?: (props: typeof __VLS_1) => any; } & { tip?: (props: typeof __VLS_7) => any; } & { tip?: (props: typeof __VLS_13) => any; } & { default?: (props: typeof __VLS_15) => any; }; declare const __VLS_component: import("vue").DefineComponent; readonly default: "default"; }; readonly vertical: { readonly type: BooleanConstructor; readonly default: false; }; readonly delay: { readonly type: NumberConstructor; readonly default: 0; }; readonly glass: { readonly type: BooleanConstructor; readonly default: false; }; readonly dot: { readonly type: BooleanConstructor; readonly default: false; }; readonly type: { readonly type: import("vue").PropType; readonly default: "circle"; }; readonly color: { readonly type: import("vue").PropType>; }; readonly themeOverrides: { readonly type: import("vue").PropType; readonly default: undefined; }; }>, { visible: import("vue").ComputedRef; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, any, string, import("vue").PublicProps, any, { readonly vertical: boolean; readonly size: number | "small" | "default" | "large"; readonly themeOverrides: import("@yh-ui/theme").ComponentThemeVars; readonly type: import("./spin").LoadingSpinnerType; readonly show: boolean; readonly dot: boolean; readonly delay: number; readonly glass: boolean; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; declare const _default: __VLS_WithSlots; export default _default; type __VLS_WithSlots = T & { new (): { $slots: S; }; };