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