import type { PropType } from 'vue'; import type { TabPaneData, TabsType, TabWarp } from './types'; declare const _default: import("vue").DefineComponent; default: () => never[]; }; type: { type: PropType; default: string; }; size: { type: StringConstructor; default: string; }; activeKey: { type: (StringConstructor | NumberConstructor)[]; default: undefined; }; changeActiveKey: { type: FunctionConstructor; default: () => void; }; animation: { type: BooleanConstructor; }; tabWarp: { type: PropType; default: string; }; }>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; default: () => never[]; }; type: { type: PropType; default: string; }; size: { type: StringConstructor; default: string; }; activeKey: { type: (StringConstructor | NumberConstructor)[]; default: undefined; }; changeActiveKey: { type: FunctionConstructor; default: () => void; }; animation: { type: BooleanConstructor; }; tabWarp: { type: PropType; default: string; }; }>> & Readonly<{}>, { size: string; animation: boolean; type: TabsType; tabs: TabPaneData[]; activeKey: string | number; changeActiveKey: Function; tabWarp: TabWarp; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export default _default;