import type { InitialState } from '@react-navigation/routers'; export declare function findFocusedRoute(state: InitialState): (Omit, "key"> & { state?: InitialState; }) | undefined; //# sourceMappingURL=findFocusedRoute.d.ts.map