import { CheckboxGroupControlContextValue } from '../Form/useCheckboxControlValue'; export interface CheckboxGroupContextValue extends CheckboxGroupControlContextValue { disabled?: boolean; name?: string; } export declare const CheckboxGroupContext: import("react").Context;