import { CoreServices, AppBase } from '4sure-wilo'; import { ActivatedRoute } from '@angular/router'; import { Router } from '@angular/router'; import { Observable } from 'rxjs'; export declare class WorkflowAppComponent extends AppBase { loading$: Observable; isFullScreen: boolean; disableBackground: boolean; constructor(svc: CoreServices, route: ActivatedRoute, router: Router); }