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