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