/// import { CheckboxData, CheckboxGroupProps } from './type'; declare function Group(props: CheckboxGroupProps): JSX.Element; export default Group;