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