import { RadioProps } from '@mui/material/Radio'; import { RadioGroupProps } from '@mui/material/RadioGroup'; export interface RadioWrapperProps extends RadioProps { } export interface RadioGroupWrapperProps extends RadioGroupProps { }