///
import { MantineSize } from '@asuikit/styles';
interface CheckboxGroupContextValue {
value: string[];
onChange(event: React.ChangeEvent): void;
size: MantineSize;
}
export declare const CheckboxGroupProvider: import("react").Provider;
export declare const useCheckboxGroupContext: () => CheckboxGroupContextValue;
export {};
//# sourceMappingURL=CheckboxGroup.context.d.ts.map