import type { TabsPaneContext } from 'element-plus/es/tokens'; import type { ComponentInternalInstance, VNode, ExtractPropTypes } from 'vue'; export declare const tabsProps: { readonly type: import("element-plus/es/utils").BuildPropReturn; readonly activeName: import("element-plus/es/utils").BuildPropReturn; readonly closable: BooleanConstructor; readonly addable: BooleanConstructor; readonly modelValue: import("element-plus/es/utils").BuildPropReturn; readonly editable: BooleanConstructor; readonly tabPosition: import("element-plus/es/utils").BuildPropReturn; readonly beforeLeave: import("element-plus/es/utils").BuildPropReturn void | boolean | Promise>, () => boolean, unknown, unknown, unknown>; readonly stretch: BooleanConstructor; }; export declare type TabsProps = ExtractPropTypes; export declare const tabsEmits: { "update:modelValue": (tabName: string | number) => boolean; input: (tabName: string | number) => boolean; 'tab-click': (pane: TabsPaneContext, ev: Event) => boolean; edit: (paneName: string | number | null, action: 'remove' | 'add') => boolean; 'tab-remove': (paneName: string | number) => boolean; 'tab-add': () => boolean; }; export declare type TabsEmits = typeof tabsEmits; declare const _default: import("vue").DefineComponent<{ readonly type: import("element-plus/es/utils").BuildPropReturn; readonly activeName: import("element-plus/es/utils").BuildPropReturn; readonly closable: BooleanConstructor; readonly addable: BooleanConstructor; readonly modelValue: import("element-plus/es/utils").BuildPropReturn; readonly editable: BooleanConstructor; readonly tabPosition: import("element-plus/es/utils").BuildPropReturn; readonly beforeLeave: import("element-plus/es/utils").BuildPropReturn boolean | void | Promise>, () => boolean, unknown, unknown, unknown>; readonly stretch: BooleanConstructor; }, () => VNode, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { "update:modelValue": (tabName: string | number) => boolean; input: (tabName: string | number) => boolean; 'tab-click': (pane: { uid: number; instance: import("vue").ShallowReactive; props: { readonly disabled: boolean; readonly name: import("element-plus/es/utils").BuildPropType; readonly label: string; readonly closable: boolean; readonly lazy: boolean; }; paneName: string | number | undefined; active: boolean; index: string | undefined; isClosable: boolean; }, ev: Event) => boolean; edit: (paneName: string | number | null, action: "remove" | "add") => boolean; 'tab-remove': (paneName: string | number) => boolean; 'tab-add': () => boolean; }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly; readonly activeName: import("element-plus/es/utils").BuildPropReturn; readonly closable: BooleanConstructor; readonly addable: BooleanConstructor; readonly modelValue: import("element-plus/es/utils").BuildPropReturn; readonly editable: BooleanConstructor; readonly tabPosition: import("element-plus/es/utils").BuildPropReturn; readonly beforeLeave: import("element-plus/es/utils").BuildPropReturn boolean | void | Promise>, () => boolean, unknown, unknown, unknown>; readonly stretch: BooleanConstructor; }>> & { "onUpdate:modelValue"?: ((tabName: string | number) => any) | undefined; onInput?: ((tabName: string | number) => any) | undefined; "onTab-click"?: ((pane: { uid: number; instance: import("vue").ShallowReactive; props: { readonly disabled: boolean; readonly name: import("element-plus/es/utils").BuildPropType; readonly label: string; readonly closable: boolean; readonly lazy: boolean; }; paneName: string | number | undefined; active: boolean; index: string | undefined; isClosable: boolean; }, ev: Event) => any) | undefined; onEdit?: ((paneName: string | number | null, action: "remove" | "add") => any) | undefined; "onTab-remove"?: ((paneName: string | number) => any) | undefined; "onTab-add"?: (() => any) | undefined; }, { type: import("element-plus/es/utils").BuildPropType; modelValue: import("element-plus/es/utils").BuildPropType; closable: boolean; activeName: string; tabPosition: import("element-plus/es/utils").BuildPropType; beforeLeave: (newTabName: string | number, oldTabName: string | number) => boolean | void | Promise; addable: boolean; editable: boolean; stretch: boolean; }>; export default _default;