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