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