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