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