import * as React from "react"; import type { Loaded } from "./types"; export declare let ErrorBoundary: ({ children }: any) => any; export declare let AppLogo: any; export declare const setErrorBoundary: (theError: any) => void, setAppLogo: (theLogo: any) => void, createAsyncRoute: (loader: () => Promise) => (props: any) => React.JSX.Element;