import * as _mantine_core from '@mantine/core'; import { RadioProps as RadioProps$1 } from '@mantine/core'; import * as react_jsx_runtime from 'react/jsx-runtime'; import { FieldValues, UseControllerProps } from 'react-hook-form'; import { RadioGroup } from './Radio/RadioGroup/RadioGroup.js'; type RadioProps = UseControllerProps & Omit; declare function Radio({ name, control, defaultValue, rules, shouldUnregister, onChange, ...props }: RadioProps): react_jsx_runtime.JSX.Element; declare namespace Radio { var Group: typeof RadioGroup; var Item: _mantine_core.MantineComponent<{ props: RadioProps$1; ref: HTMLInputElement; stylesNames: _mantine_core.RadioStylesNames; vars: _mantine_core.RadioCssVariables; variant: _mantine_core.RadioVariant; staticComponents: { Group: typeof _mantine_core.RadioGroup; Card: typeof _mantine_core.RadioCard; Indicator: typeof _mantine_core.RadioIndicator; }; }>; } export { Radio }; export type { RadioProps };