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