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