import React from 'react'; import { RadioProps } from '@material-ui/core'; declare const Radio: React.ElementType; export { Radio };