import { AuthProfileService } from "../auth-profile.service"; import Parse from "parse"; import { Router } from "@angular/router"; import { NzModalService } from "ng-zorro-antd/modal"; import { NzMessageService } from "ng-zorro-antd/message"; import { CrossService } from "../../../platform/cross.service"; import * as i0 from "@angular/core"; export declare class ProfileBindComponent { private authProfile; private router; private modal; private message; cross: CrossService; profile: Parse.Object; user: Parse.User; profileList: Array; pdata: any; now: Date; currentProfile: string; onResize(): void; constructor(authProfile: AuthProfileService, router: Router, modal: NzModalService, message: NzMessageService, cross: CrossService); loadProfiles(): Promise; isVisible: boolean; bindProfile(p?: any): void; profileSearched: Parse.Object; searchProfile(): Promise; selectProfile(p: any): void; goProfileManage(): void; onShowModal(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }