import { FC } from 'react';

declare const App: FC;
export default App;
