import { FormRadioGroupProps } from './types'; import { FieldValues } from 'react-hook-form'; export declare const FormRadioGroup: ({ name, children, options, onChange: handleChange, label, hintText, hintHasArrow, hintTrigger, titleCaption, radioGroupMode, size, ...rest }: FormRadioGroupProps) => import("react/jsx-runtime").JSX.Element;