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