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