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