import React from 'react'; import { GroupContextParams, CheckboxGroupProps, CheckboxGroupRef, ValueType, CheckboxProps, CheckboxRef } from './type'; export declare const CheckboxGroupContext: React.Context>; export declare function componentGenerator = CheckboxProps, R extends CheckboxRef = CheckboxRef>(Comp: React.ForwardRefExoticComponent

>): React.ForwardRefExoticComponent & React.RefAttributes>;