import { Input } from '../Input'; export declare class WebView extends Input { constructor(name: string, url: string); toJSON(): any; }