/// import { IFieldProps } from "../../common/field"; declare function RadioControl(props: IFieldProps): JSX.Element; export default RadioControl;