import type { ExtractPropTypes } from 'vue'; export declare const tabBar: { tabs: { type: PropType; props: ExtractPropTypes<{ label: { type: StringConstructor; default: string; }; name: { type: (StringConstructor | NumberConstructor)[]; default: string; }; closable: BooleanConstructor; disabled: BooleanConstructor; lazy: BooleanConstructor; }>; paneName: ComputedRef; active: ComputedRef; index: Ref; isClosable: ComputedRef; }>[]>; default: () => never[]; }; }; export type TabBar = ExtractPropTypes;