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