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