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