import { OnInit } from '@angular/core'; import { MobicloudCoreService } from "mobicloud-core"; import * as i0 from "@angular/core"; export declare class ProfilePageComponent implements OnInit { coreService: MobicloudCoreService; isSystemUser: boolean | undefined; isEmployee: boolean | undefined; isCustomerUser: boolean | undefined; isVendorUser: boolean | undefined; constructor(coreService: MobicloudCoreService); ngOnInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } //# sourceMappingURL=profile-page.component.d.ts.map