import React from 'react'; import { RadioProps } from '@mui/material'; /** Custom styles on top of MUI's `Radio` component */ declare const Radio: React.FC; export default Radio;