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