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