import { TranslateService } from '@ngx-translate/core'; import { Http } from '@angular/http'; import { ElementRef, OnInit } from '@angular/core'; import { SharedService } from "../../models/sharedService"; import { AbstractNgModel } from "../../models/abstract.ngmodel"; export declare class EditorComponent extends AbstractNgModel implements OnInit { private _translateService; _http: Http; private _sharedService; constructor(_translateService: TranslateService, _http: Http, _sharedService: SharedService); editor: ElementRef; alturaHeight: any; _row: any; row: any; _html: any; html: any; isCreated: boolean; quill: any; value: any; options: any; ngOnInit(): void; ngAfterViewInit(): void; }