import { PropType, VNodeChild, VNode, HTMLAttributes } from 'vue'; import type { ExtractPublicPropTypes } from '../../_utils'; export declare const tabPaneProps: { readonly tab: PropType | (() => VNodeChild)>; readonly name: { readonly type: PropType; readonly required: true; }; readonly disabled: BooleanConstructor; readonly displayDirective: { readonly type: PropType<"show" | "if" | "show:lazy">; readonly default: "if"; }; readonly closable: { readonly type: PropType; readonly default: undefined; }; readonly tabProps: PropType; /** @deprecated */ readonly label: PropType | (() => VNodeChild)>; }; export type TabPaneProps = ExtractPublicPropTypes; declare const _default: import("vue").DefineComponent<{ readonly tab: PropType | (() => VNodeChild)>; readonly name: { readonly type: PropType; readonly required: true; }; readonly disabled: BooleanConstructor; readonly displayDirective: { readonly type: PropType<"show" | "if" | "show:lazy">; readonly default: "if"; }; readonly closable: { readonly type: PropType; readonly default: undefined; }; readonly tabProps: PropType; /** @deprecated */ readonly label: PropType | (() => VNodeChild)>; }, { style: import("vue").Ref; class: import("vue").Ref; mergedClsPrefix: import("vue").Ref; }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly | (() => VNodeChild)>; readonly name: { readonly type: PropType; readonly required: true; }; readonly disabled: BooleanConstructor; readonly displayDirective: { readonly type: PropType<"show" | "if" | "show:lazy">; readonly default: "if"; }; readonly closable: { readonly type: PropType; readonly default: undefined; }; readonly tabProps: PropType; /** @deprecated */ readonly label: PropType | (() => VNodeChild)>; }>>, { readonly disabled: boolean; readonly closable: boolean | undefined; readonly displayDirective: "show" | "if" | "show:lazy"; }>; export default _default;