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