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