import { StorageService } from '../../services/storage.service'; import { NavigationService } from '../../services/navigation.service'; import { OnInit } from '@angular/core'; import { ActivatedRoute } from '@angular/router'; import * as i0 from "@angular/core"; export declare class IframeComponent implements OnInit { private route; protected storageService: StorageService; protected navigationService: NavigationService; src: string; userInfo: any; constructor(route: ActivatedRoute, storageService: StorageService, navigationService: NavigationService); ngOnInit(): void; private registerCulture; localeInitializer(localeId: string): Promise; receiveMessage(event: any): void; getUnifyTheme: () => string; getOrgName: () => any; getUserName: () => any; getLDServiceUrl: () => any; getAvatar: () => any; getMobile: () => any; getUserInfoFromSession: () => any; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }