import { PropsWithChildren } from 'react';
import './app.css';
declare function App({ children }: PropsWithChildren<any>): any;
export default App;
