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