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