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