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