import { OnInit } from '@angular/core'; import { AbstractNgModel } from "../../models/abstract.ngmodel"; import { Http } from "@angular/http"; import { SharedService } from "../../models/sharedService"; import { TranslateService } from "@ngx-translate/core"; export declare class UploadImageComponent extends AbstractNgModel implements OnInit { private _sharedService; private _translateService; _http: Http; url: string; base64: any; imgValue: any; constructor(_sharedService: SharedService, _translateService: TranslateService, _http: Http); ngOnInit(): void; imgsrc: any; id: string; securityId: string; attribute: string; _columns: any; columns: any; uploadFileTeste($event: any): void; }