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