import { EventEmitter, TemplateRef } from '@angular/core'; import { MatDialog } from '@angular/material/dialog'; import { PaymentService } from '../../payment.service'; import { AlertService } from 'ngx-techlify-core'; import * as i0 from "@angular/core"; export declare class PaymentVoidButtonComponent { matDialog: MatDialog; private paymentService; private alertService; payment: any; voided: EventEmitter; isWorking: boolean; constructor(matDialog: MatDialog, paymentService: PaymentService, alertService: AlertService); showConfirmDialog(templateRef: TemplateRef): void; /** * Void the payment. */ voidPayment(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }