import { FC } from 'react'; import { CheckboxGroupProps } from './Checkbox.types'; export declare const CheckBoxGroup: FC;