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