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