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