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