import { ComponentFactoryResolver } from '@angular/core'; import { SharedService } from '../../models/sharedService'; export declare class TabsErrorService { private _sharedService; private _componentFactoryResolver; alert: any; errors: any; constructor(_sharedService: SharedService, _componentFactoryResolver: ComponentFactoryResolver); getCurrentTab(): any; setError(error: boolean, tab: any): void; create: (parameters: any) => void; destroy: () => void; reset: (errors: any) => void; }