import { AuthProfileService } from "../auth-profile.service"; import Parse from "parse"; import { Router } from "@angular/router"; import { AlertController, ModalController } from "@ionic/angular"; import { ToastController } from "@ionic/angular"; import { CrossService } from "../../../platform/cross.service"; import * as i0 from "@angular/core"; export declare class ProfileBindComponent { private authProfile; private router; private alertController; private toastController; cross: CrossService; private modalController; profile: Parse.Object; user: Parse.User; profileList: Array; pdata: any; now: Date; currentProfile: string; isLoading: boolean; onResize(): void; constructor(authProfile: AuthProfileService, router: Router, alertController: AlertController, toastController: ToastController, cross: CrossService, modalController: ModalController); loadProfiles(): Promise; bindProfile(p?: Parse.Object): Promise; profileSearched: Parse.Object; searchProfile(): Promise; selectProfile(p: Parse.Object): Promise; goProfileManage(): void; onShowModal(): Promise; showToast(message: string, color?: 'success' | 'warning' | 'danger'): Promise; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }