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