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