import { PropType } from "vue"; declare const _sfc_main: import("vue").DefineComponent<{ label: { type: StringConstructor; required: true; }; active: { type: BooleanConstructor; required: false; }; disabled: { type: BooleanConstructor; required: false; }; notificationCount: { type: NumberConstructor; required: false; }; badgeColor: { type: PropType<"green" | "red">; required: false; default: string; }; width: { type: StringConstructor; required: false; default: string; }; }, { __sfc: boolean; props: Readonly>>; emit: (event: "click") => void; onClick: () => true | void; variant: import("vue").ComputedRef<"default" | "active" | "disabled">; tabPaneLabelStyle: string; tabPaneNotificationStyle: Record<"green" | "red", string>; tabPaneStyle: string; tabPaneVariantStyle: Record<"default" | "active" | "disabled", string>; }, {}, {}, {}, import("vue/types/v3-component-options").ComponentOptionsMixin, import("vue/types/v3-component-options").ComponentOptionsMixin, "click"[], string, Readonly; required: false; default: string; }; width: { type: StringConstructor; required: false; default: string; }; }>>, { width: string; active: boolean; disabled: boolean; badgeColor: "green" | "red"; }>; export default _sfc_main;