import type { CustomSlotsType } from '@antdv/ui/es/types'; declare const _default: import("vue").DefineComponent<{ tab: any; disabled: { type: BooleanConstructor; }; forceRender: { type: BooleanConstructor; }; closable: { type: BooleanConstructor; }; animated: { type: BooleanConstructor; }; active: { type: BooleanConstructor; }; destroyInactiveTabPane: { type: BooleanConstructor; }; prefixCls: { type: StringConstructor; }; tabKey: { type: (NumberConstructor | StringConstructor)[]; }; id: { type: StringConstructor; }; }, () => import("vue/jsx-runtime").JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly>, { active: boolean; disabled: boolean; forceRender: boolean; tab: any; closable: boolean; animated: boolean; destroyInactiveTabPane: boolean; }, CustomSlotsType<{ closeIcon: any; tab: any; default: any; }>>; export default _default;