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