import WebContents = Electron.WebContents; export class ElegularContent{ constructor(private _webContent: WebContents){ } }