import type { PropType } from 'vue'; import type { Direction, Size } from '../_utils/constant'; import type { ScrollbarProps } from '../scrollbar'; import type { TabsPosition, TabsType, TabTriggerEvent, ScrollPosition } from './interface'; declare const _default: import("vue").DefineComponent; default: string; }; size: { type: PropType; }; type: { type: PropType; default: string; }; direction: { type: PropType; default: string; }; editable: { type: BooleanConstructor; default: boolean; }; showAddButton: { type: BooleanConstructor; default: boolean; }; destroyOnHide: { type: BooleanConstructor; default: boolean; }; lazyLoad: { type: BooleanConstructor; default: boolean; }; justify: { type: BooleanConstructor; default: boolean; }; animation: { type: BooleanConstructor; default: boolean; }; headerPadding: { type: BooleanConstructor; default: boolean; }; autoSwitch: { type: BooleanConstructor; default: boolean; }; hideContent: { type: BooleanConstructor; default: boolean; }; trigger: { type: PropType; default: string; }; scrollPosition: { type: PropType; default: string; }; fullHeight: { type: BooleanConstructor; default: boolean; }; scrollbar: { type: PropType; default: boolean; }; }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { 'update:activeKey': (_key: string | number) => true; change: (_key: string | number) => true; tabClick: (_key: string | number, _ev: Event) => true; add: (_ev: Event) => true; delete: (_key: string | number, _ev: Event) => true; }, string, import("vue").PublicProps, Readonly; default: string; }; size: { type: PropType; }; type: { type: PropType; default: string; }; direction: { type: PropType; default: string; }; editable: { type: BooleanConstructor; default: boolean; }; showAddButton: { type: BooleanConstructor; default: boolean; }; destroyOnHide: { type: BooleanConstructor; default: boolean; }; lazyLoad: { type: BooleanConstructor; default: boolean; }; justify: { type: BooleanConstructor; default: boolean; }; animation: { type: BooleanConstructor; default: boolean; }; headerPadding: { type: BooleanConstructor; default: boolean; }; autoSwitch: { type: BooleanConstructor; default: boolean; }; hideContent: { type: BooleanConstructor; default: boolean; }; trigger: { type: PropType; default: string; }; scrollPosition: { type: PropType; default: string; }; fullHeight: { type: BooleanConstructor; default: boolean; }; scrollbar: { type: PropType; default: boolean; }; }>> & Readonly<{ onAdd?: ((_ev: Event) => any) | undefined; onDelete?: ((_key: string | number, _ev: Event) => any) | undefined; onChange?: ((_key: string | number) => any) | undefined; "onUpdate:activeKey"?: ((_key: string | number) => any) | undefined; onTabClick?: ((_key: string | number, _ev: Event) => any) | undefined; }>, { type: TabsType; position: TabsPosition; justify: boolean; scrollbar: boolean | ScrollbarProps; trigger: TabTriggerEvent; direction: "horizontal" | "vertical"; activeKey: string | number; animation: boolean; fullHeight: boolean; destroyOnHide: boolean; defaultActiveKey: string | number; editable: boolean; showAddButton: boolean; headerPadding: boolean; scrollPosition: ScrollPosition; lazyLoad: boolean; autoSwitch: boolean; hideContent: boolean; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export default _default;