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