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