import type { TabsVariant } from './types'; declare const _default: __VLS_WithTemplateSlots; default: string; }; modelValue: { type: import("vue").PropType; default: string; }; directive: { type: import("vue").PropType<"if" | "show">; default: string; }; }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "click:pane")[], "update:modelValue" | "click:pane", import("vue").PublicProps, Readonly; default: string; }; modelValue: { type: import("vue").PropType; default: string; }; directive: { type: import("vue").PropType<"if" | "show">; default: string; }; }>> & { "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined; "onClick:pane"?: ((...args: any[]) => any) | undefined; }, { variant: TabsVariant; modelValue: string; directive: "if" | "show"; }, {}>, { default?(_: {}): any; }>; export default _default; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };