import React from 'react'; export interface WebviewEDProps { title: string; style?: any; src?: { type: 'url' | 'bote'; url?: string; standardServiceId?: string; }; backgroundType?: any; getEdEngineApi?: any; $$componentItem?: any; className?: string; } declare const WebviewED: React.FC; export default WebviewED;