import { type Props } from '../components/AppContext.js'; /** * React hook exposing the manual app-exit function from `AppContext`. * @returns the `AppContext` value, whose `exit` function unmounts the app. */ declare const useApp: () => Props; export default useApp; //# sourceMappingURL=use-app.d.ts.map