import { AbstractControl, FormBuilder, FormGroup } from "@angular/forms"; import { EventEmitter, OnInit, ViewContainerRef } from "@angular/core"; import { PopUpService } from "../../../services/pop-up.service"; import { ProGamificationService } from "../../../services/pro-gamification/pro-gamification.service"; import * as i0 from "@angular/core"; export declare class BillingFormComponent implements OnInit { private formBuilder; private proGamification; private popUpService; addBillingAddressForm: FormGroup; submitted: boolean; data: any; viewContainerRef: ViewContainerRef; loading: boolean; imageLoaded: boolean; popupClosed: EventEmitter; userInfo: any; walletBalance: any; sasToken: string; defaultCoin: string; forwardImg: string; constructor(formBuilder: FormBuilder, proGamification: ProGamificationService, popUpService: PopUpService); ngOnInit(): Promise; onImageLoad(): void; get formControls(): { [key: string]: AbstractControl; }; submit(): Promise; createConfirmtionPopup(data?: any): void; createFailurePopup(failureMessage?: any): void; onCloseButtonClick(): void; goToProductComponent(): void; getWalletBalance(): void; goToWallet(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }