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