/**
 * `useApp` is a React hook, which exposes a method to manually exit the app (unmount).
 */
declare const useApp: () => import("../components/AppContext").Props;
export default useApp;
