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