/**
 * A re-export of `react-native-webview` that supports optional dependency.
 */
declare let module: any;
export default module;
export type { WebView as RNWebView, WebViewProps as RNWebViewProps } from 'react-native-webview';
//# sourceMappingURL=RNWebView.d.ts.map