import type { ITabItemApi } from '@opentiny/vue-renderless/types/tab-item.type'; declare const _default: import("@vue/runtime-core").DefineComponent<{ title: StringConstructor; name: StringConstructor; withClose: BooleanConstructor; disabled: BooleanConstructor; lazy: BooleanConstructor; }, ITabItemApi, unknown, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, "tab-nav-update"[], "tab-nav-update", import("@vue/runtime-core").PublicProps, Readonly> & { "onTab-nav-update"?: ((...args: any[]) => any) | undefined; }, { disabled: boolean; lazy: boolean; withClose: boolean; }, {}>; export default _default;