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