declare const _default: import("vue").DefineComponent<{ showTab: import("vue-types").VueTypeValidableDef & { default: boolean; }; activeKey: import("vue-types").VueTypeDef & { default: string; }; }, { state: { activeKey: string; }; onActiveKeyChange: (key: string) => void; lang: import("vue").ComputedRef | undefined; }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("change" | "update:activeKey")[], "change" | "update:activeKey", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly & { default: boolean; }; activeKey: import("vue-types").VueTypeDef & { default: string; }; }>> & { onChange?: ((...args: any[]) => any) | undefined; "onUpdate:activeKey"?: ((...args: any[]) => any) | undefined; }, { showTab: boolean; activeKey: string; }>; export default _default;