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