import React from 'react';
import { WebviewProps } from '@bytedance/mona';
declare const Webview: React.FC<WebviewProps>;
export default Webview;
