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