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