import type * as React from 'react';
type NavigationContainerComponent = React.ComponentType<Record<string, unknown>>;
/**
 * @returns NavigationContainer from @react-navigation/native or null if not installed.
 * The result is cached after the first call.
 */
export declare function getNavigationContainerComponent(): NavigationContainerComponent | null;
export {};
//# sourceMappingURL=reactNavigationImport.d.ts.map