import type { TabsType, TabWarp } from './types'; export declare const tabsProps: { activeKey: { type: (StringConstructor | NumberConstructor)[]; default: undefined; }; type: { type: import("vue").PropType; default: string; }; destroyOnHide: { type: BooleanConstructor; default: undefined; }; animation: { type: BooleanConstructor; default: boolean; }; hidePanes: { type: BooleanConstructor; default: boolean; }; size: { type: import("vue").PropType<"default" | "small" | "large">; default: string; }; tabWarp: { type: import("vue").PropType; default: string; }; };