import { FC } from 'react';
import { MuiRadioProps } from './types';
declare const MuiRadio: FC<MuiRadioProps>;
export default MuiRadio;
