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