import React from 'react'; import { RadioProps } from './PropsType'; declare const Radio: React.FC; export default Radio;