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