import type { CustomSlotsType } from '@antdv/ui/es/types'; import type { CardTabListType } from './interface'; declare const _default: import("vue").DefineComponent<{ prefixCls: StringConstructor; title: any; extra: any; bordered: { type: BooleanConstructor; default: boolean; }; bodyStyle: { type: import("vue").PropType; default: () => {}; }; headStyle: { type: import("vue").PropType; default: () => {}; }; loading: { type: BooleanConstructor; default: boolean; }; hoverable: { type: BooleanConstructor; default: boolean; }; type: { type: import("vue").PropType<"inner">; }; size: { type: import("vue").PropType; }; actions: any; tabList: { type: import("vue").PropType; }; tabBarExtraContent: any; activeTabKey: StringConstructor; defaultActiveTabKey: StringConstructor; cover: any; onTabChange: { type: import("vue").PropType<(key: string) => void>; }; }, () => import("@antdv/ui/es/types").VueNode, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; default: () => {}; }; headStyle: { type: import("vue").PropType; default: () => {}; }; loading: { type: BooleanConstructor; default: boolean; }; hoverable: { type: BooleanConstructor; default: boolean; }; type: { type: import("vue").PropType<"inner">; }; size: { type: import("vue").PropType; }; actions: any; tabList: { type: import("vue").PropType; }; tabBarExtraContent: any; activeTabKey: StringConstructor; defaultActiveTabKey: StringConstructor; cover: any; onTabChange: { type: import("vue").PropType<(key: string) => void>; }; }>>, { title: any; cover: any; loading: boolean; bordered: boolean; extra: any; bodyStyle: import("vue").CSSProperties; tabBarExtraContent: any; hoverable: boolean; headStyle: import("vue").CSSProperties; actions: any; }, CustomSlotsType<{ title: any; extra: any; tabBarExtraContent: any; actions: any; cover: any; customTab: CardTabListType; default: any; }>>; export default _default;