1import React from 'react';
2export declare function requireNativeViewManager<P = any>(viewName: string): React.ComponentType<P>;
3