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