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

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