import { Http } from '@angular/http'; import { ControlContainer } from '@angular/forms'; export declare class ErrorMassageValidation { private http; private controlContainer; static controlContainerstatic: any; constructor(http: Http, controlContainer: ControlContainer); url: string; static showerror(FormControlName: string): void; getErrorMassageValidation(error: any): string; }