import { OnInit } from '@angular/core'; import { AbstractNgModel } from '../../models/abstract.ngmodel'; import { TranslateService } from '@ngx-translate/core'; import { Http } from '@angular/http'; import { SharedService } from "../../models/sharedService"; export declare class TabsErrorComponent extends AbstractNgModel implements OnInit { _http: Http; private _sharedService; private _translateService; errors: any; visible: boolean; toggleVisibilidade: any; constructor(_http: Http, _sharedService: SharedService, _translateService: TranslateService); ngOnInit(): void; toggleVisibilidadeMensagem(): void; }