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