import React from 'react'; import { Radio } from 'antd'; const App: React.FC = () => Radio; export default App;