declare function __VLS_template(): { attrs: Partial<{}>; slots: { default?(_: {}): any; }; refs: { tabsRef: HTMLDivElement; }; rootEl: HTMLDivElement; }; type __VLS_TemplateResult = ReturnType; declare const __VLS_component: import('vue').DefineComponent; readonly default: 0; }; readonly type: { readonly type: import('vue').PropType<"button" | "card" | "line">; readonly default: "card"; }; }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, { change: (args_0: string | number) => any; "update:modelValue": (args_0: string | number) => any; }, string, import('vue').PublicProps, Readonly; readonly default: 0; }; readonly type: { readonly type: import('vue').PropType<"button" | "card" | "line">; readonly default: "card"; }; }>> & Readonly<{ onChange?: ((args_0: string | number) => any) | undefined; "onUpdate:modelValue"?: ((args_0: string | number) => any) | undefined; }>, { readonly type: "button" | "line" | "card"; readonly modelValue: string | number; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, { tabsRef: HTMLDivElement; }, HTMLDivElement>; declare const _default: __VLS_WithTemplateSlots; export default _default; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };