import { type ComponentProps } from 'react'; import type { NavigationContainerRefLike } from './types'; declare const NavigationContainer: import("react").ComponentType & { ref?: unknown; }> | undefined; type NavigationContainerProps = ComponentProps>; export type ObserveNavigationContainerProps = NavigationContainerProps; export declare const ObserveNavigationContainer: import("react").ForwardRefExoticComponent & { ref?: unknown; }, "ref"> & import("react").RefAttributes>; export {}; //# sourceMappingURL=ObserveNavigationContainer.d.ts.map