import type { Components, JSX } from "../types/components"; interface BcmTabItem extends Components.BcmTabItem, HTMLElement {} export const BcmTabItem: { prototype: BcmTabItem; new (): BcmTabItem; }; /** * Used to define this component and all nested components recursively. */ export const defineCustomElement: () => void;