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