import type { Components, JSX } from "../types/components";

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