import React from 'react'; import { WebViewProps as TaWebViewProps } from '@tarojs/components'; import { PopupProps } from '../Popup'; import './index.less'; export declare type WebViewProps = Pick & TaWebViewProps; export declare const WebView: React.NamedExoticComponent; export default WebView;