import * as react_jsx_runtime from 'react/jsx-runtime'; import { Primitive, CheckboxGroupProps as CheckboxGroupProps$1 } from '@mantine/core'; import { FieldValues, UseControllerProps } from 'react-hook-form'; type CheckboxGroupProps = UseControllerProps & Omit, "checked" | "defaultValue">; declare const CheckboxGroup: ({ name, control, defaultValue, rules, shouldUnregister, onChange, ...props }: CheckboxGroupProps) => react_jsx_runtime.JSX.Element; export { CheckboxGroup }; export type { CheckboxGroupProps };