declare const _sfc_main: import("vue").DefineComponent<{ id: { type: StringConstructor; required: false; }; title: { type: StringConstructor; required: false; }; active: { type: BooleanConstructor; required: false; default: boolean; }; buttonId: { type: StringConstructor; required: false; default: undefined; }; disabled: { type: BooleanConstructor; required: false; default: boolean; }; lazy: { type: BooleanConstructor; required: false; default: boolean; }; noBody: { type: (BooleanConstructor | StringConstructor)[]; required: false; default: boolean; }; tag: { type: StringConstructor; required: false; default: string; }; titleItemClass: { type: (ObjectConstructor | StringConstructor | ArrayConstructor)[]; required: false; default: undefined; }; titleLinkAttributes: { type: ObjectConstructor; required: false; default: undefined; }; titleLinkClass: { type: (ObjectConstructor | StringConstructor | ArrayConstructor)[]; required: false; default: undefined; }; }, { props: { id?: string | undefined; title?: string | undefined; active: boolean; buttonId: string; disabled: boolean; lazy: boolean; noBody: boolean | string; tag: string; titleItemClass: Array | Record | string; titleLinkAttributes: Record; titleLinkClass: Array | Record | string; }; parentData: import("../../types/components").BTabsParentData | null; computedLazy: import("vue").ComputedRef; computedActive: import("vue").ComputedRef; showSlot: import("vue").ComputedRef; classes: import("vue").ComputedRef<{ active: boolean; show: boolean; 'card-body': boolean | undefined; }>; }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly>, { tag: string; disabled: boolean; active: boolean; noBody: string | boolean; lazy: boolean; buttonId: string; titleItemClass: string | unknown[] | Record; titleLinkAttributes: Record; titleLinkClass: string | unknown[] | Record; }>; export default _sfc_main;