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