import React from 'react'; import { RadioGroupProps } from '@mui/material/RadioGroup'; declare const RadioGroup: React.FC; export default RadioGroup;