import type { Route } from '@react-navigation/routers'; export default function getFocusedRouteNameFromRoute(route: Partial>): string | undefined;