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