import type { NavigationAction } from '@react-navigation/routers'; import * as React from 'react'; declare const UnhandledActionContext: React.Context<((action: NavigationAction) => void) | undefined>; export default UnhandledActionContext; //# sourceMappingURL=UnhandledActionContext.d.ts.map