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