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