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