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 PaymentDeleteButtonComponent { matDialog: MatDialog; private paymentService; private alertService; payment: any; deleted: EventEmitter; isDeleting: boolean; constructor(matDialog: MatDialog, paymentService: PaymentService, alertService: AlertService); showConfirmDialog(paymentDeleteDialog: TemplateRef): void; /** * Delete the payment. */ deletePayment(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }