import { FC } from 'react'; import { FormControlRadioGroupProps } from './types.js'; export declare const FormControlRadioGroup: FC;