import type { NavigationState, ParamListBase } from '@react-navigation/routers'; import type { EventMapBase, RouteConfig } from './types'; /** * Empty component used for specifying route configuration. */ export default function Screen(_: RouteConfig): null; //# sourceMappingURL=Screen.d.ts.map