import { ActivatedRoute, Router } from '@angular/router'; import { WidgetContentService } from './widget-content.service'; import { ConfigurationsService } from './configurations.service'; import { EventService } from './event.service'; import { TelemetryService } from './telemetry.service'; import * as i0 from "@angular/core"; export declare class SubapplicationRespondService { private configSvc; private contentSvc; private activatedRoute; private router; private eventSvc; private teleSvc; subAppname: string; continueLearningData: any; contentWindowinfo: any; loaded: boolean; constructor(configSvc: ConfigurationsService, contentSvc: WidgetContentService, activatedRoute: ActivatedRoute, router: Router, eventSvc: EventService, teleSvc: TelemetryService); loadedRespond(contentWindow: any, applicationName: string, id?: string): void; continueLearningRespond(id: string, continueLearning: any): void; telemetryEvents(tData: any): void; unsubscribeResponse(): void; changeContextrespond(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }