import { EventEmitter } from '@angular/core'; import { Router } from '@angular/router'; import { Subscription } from 'rxjs'; import { ServiceProxyService } from './service-proxy.service'; import { LoadingManagerService } from './loading-manager.service'; import * as i0 from "@angular/core"; export declare class ViewService { private serviceProxy; private router; private loadingMgrService; invokeSaveViewFunction: EventEmitter; subsVar: Subscription; constructor(serviceProxy: ServiceProxyService, router: Router, loadingMgrService: LoadingManagerService); defaultViewSave(): any; saveViewService(postData: any): any; deleteViewService(postData: any): any; resetViewService(postData: any): any; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }