import React from 'react'; import type { CommonPropsType } from '../../types'; import type { DataType, EventsType } from '../../../configs/components/web-view'; import './style'; export declare const WebView: React.ForwardRefExoticComponent & import("type-fest").Simplify; }, { readonly name: "error"; readonly title: "网页加载失败"; readonly detail: import("@sinclair/typebox").TObject<{ src: import("@sinclair/typebox").TString; }>; }, { readonly name: "message"; readonly title: "接收网页消息"; readonly detail: import("@sinclair/typebox").TObject<{ data: import("@sinclair/typebox").TRecord; }>; }]>> & React.RefAttributes>; export type WdWebViewProps = CommonPropsType & DataType & EventsType;