import { type ComponentType } from 'react';
/**
 * A drop-in replacement for `requireNativeComponent`.
 */
export declare function requireNativeViewManager<P>(moduleName: string, viewName?: string): ComponentType<P>;
//# sourceMappingURL=NativeViewManagerAdapter.native.d.ts.map