import type { ExtractPropTypes } from 'vue'; export declare const tabPaneProps: { label: { type: StringConstructor; default: string; }; name: { type: (StringConstructor | NumberConstructor)[]; default: string; }; closable: BooleanConstructor; disabled: BooleanConstructor; lazy: BooleanConstructor; }; export type TabPaneProps = ExtractPropTypes;