import { TabBarItem } from './types'; declare const _sfc_main: import("vue").DefineComponent<{ modelValue: { type: null; required: true; }; }, { props: { modelValue: T; }; emit: { (type: 'update:modelValue', val: T): void; (type: 'change', val: T): void; }; activeKey: import("vue").WritableComputedRef; tabs: import("vue").Ref<{ [x: string]: any; label: string; value: any; icon: string; }[]>; instance: import("vue").ComponentInternalInstance | null; selectTab: (tab: TabBarItem) => void; }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "change")[], "update:modelValue" | "change", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly> & { "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined; onChange?: ((...args: any[]) => any) | undefined; }, {}>; export default _sfc_main;