import React from "react"; import type { WarpCheckboxGroup } from "./checkbox-group.js"; /** * Checkboxes allow users to select one or more options from a number of choices. * * Wrap individual checkboxes in a checkbox group. * * [Warp component reference](https://warp-ds.github.io/docs/components/checkbox/frameworks/elements) */ export declare const CheckboxGroup: React.ForwardRefExoticComponent, "form" | "label" | "name" | "tooltip" | "renderRoot" | "isUpdatePending" | "hasUpdated" | "addController" | "removeController" | "connectedCallback" | "disconnectedCallback" | "attributeChangedCallback" | "requestUpdate" | "updateComplete" | "invalid" | "helpText" | "optional" | "required" | "updated" | "resetFormControl" | "helpTextSlotChange" | "render" | "validationTarget" | "internals" | "showError" | "validationMessage" | "validity" | "validationComplete" | "checkValidity" | "formResetCallback" | "valueChangedCallback" | "validityCallback" | "validationMessageCallback" | "setValue" | "shouldFormValueUpdate" | "renderOptions" | "reportValidity"> & {} & Partial> & React.RefAttributes, "ref">, "help-text" | "helpText"> & { helpText?: string | React.ReactElement; } & React.RefAttributes>;