import { ICheckbox } from './types'; export declare const useCheckboxGroup: (props: ICheckbox) => ICheckbox;