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