/********** Angular **********/ import { OnInit, OnDestroy } from '@angular/core'; import { ActivatedRoute } from '@angular/router'; /********** Component & Service **********/ import { AuthService } from "mmhglobal-zcore"; import { MainService, UipageComponent } from "mmhglobal-dynamicform"; import { MmhglobalUserprofileService } from './mmhglobal-userprofile.service'; import * as i0 from "@angular/core"; export declare class MmhglobalUserprofileComponent extends UipageComponent implements OnInit, OnDestroy { private userprofileService; private authService; constructor(mainService: MainService, activatedRoute: ActivatedRoute, userprofileService: MmhglobalUserprofileService, authService: AuthService); ngOnInit(): void; private setupPage; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }