import React from 'react'; import { Button, Col, Row, Statistic } from 'antd'; const App: React.FC = () => ( ); export default App;