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