import React from 'react'; import { Progress, Tooltip, Space } from 'antd'; const App: React.FC = () => ( <> ); export default App;