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