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