import type { XySpinClassNames, XySpinProps, XySpinSemanticProps, XySpinSlots, XySpinStyles, XySpinVariant } from "./types"; interface SpinComponentProps extends XySpinProps { classNames?: XySpinClassNames; styles?: XySpinStyles; } type __VLS_Slots = XySpinSlots; declare const __VLS_base: import("vue").DefineComponent & Readonly<{}>, { size: import("./types").XySpinSize; delay: number; classNames: import("..").XySemanticResolver>, XySpinSemanticProps> | readonly (import("..").XySemanticResolver>, XySpinSemanticProps> | undefined)[]; styles: import("..").XySemanticResolver>, XySpinSemanticProps> | readonly (import("..").XySemanticResolver>, XySpinSemanticProps> | undefined)[]; variant: XySpinVariant; indicator: string | number | boolean | import("vue").VNode | import("vue").VNodeArrayChildren | null; ariaLabel: string; fullscreen: boolean; tip: string | number | boolean | import("vue").VNode | import("vue").VNodeArrayChildren | null; spinning: boolean; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; declare const __VLS_export: __VLS_WithSlots; declare const _default: typeof __VLS_export; export default _default; type __VLS_WithSlots = T & { new (): { $slots: S; }; };