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