declare const _default: import("vue").DefineComponent<{ modelValue: { type: StringConstructor; default: string; }; modules: { type: import("vue").PropType[]>; default: () => any[]; }; lazy: { type: BooleanConstructor; default: boolean; }; tabXClass: { type: (StringConstructor | ObjectConstructor)[]; default: string; }; headerClass: { type: (StringConstructor | ObjectConstructor)[]; default: string; }; bodyClass: { type: (StringConstructor | ObjectConstructor)[]; default: string; }; }, { visitedTabs: import("vue").Ref>; visitedModules: import("vue").ComputedRef[]>; }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { 'update:modelValue': (value: string) => string; }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly[]>; default: () => any[]; }; lazy: { type: BooleanConstructor; default: boolean; }; tabXClass: { type: (StringConstructor | ObjectConstructor)[]; default: string; }; headerClass: { type: (StringConstructor | ObjectConstructor)[]; default: string; }; bodyClass: { type: (StringConstructor | ObjectConstructor)[]; default: string; }; }>> & { "onUpdate:modelValue"?: (value: string) => any; }, { modelValue: string; headerClass: string | Record; modules: import("@vunk/core").Media[]; lazy: boolean; tabXClass: string | Record; bodyClass: string | Record; }>; export default _default;