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