import { EventEmitter, TemplateRef } from '@angular/core'; import { MatDialog } from "@angular/material/dialog"; import { AlertService } from "ngx-techlify-core"; import { CustomerService } from "../customer.service"; import * as i0 from "@angular/core"; export declare class CustomerDeleteButtonComponent { private matDialog; private customerService; private alertService; customer: any; deleted: EventEmitter; isDeleting: boolean; constructor(matDialog: MatDialog, customerService: CustomerService, alertService: AlertService); /** * Show delete dialog. * * @param templateRef */ showDeleteDialog(templateRef: TemplateRef): void; /** * Delete the account. */ deleteModel(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }