import { FunctionComponent } from "preact"; import { AppProps } from "../../index.types"; declare const App: FunctionComponent; export default App;