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