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