import { OnInit } from "@angular/core"; import { DialogConfig } from "../../dialog/dialog-config"; import { DialogRef } from "../../dialog/dialog-ref"; import * as i0 from "@angular/core"; export declare class DeleteComponent implements OnInit { private dialog; dialogConfig: DialogConfig; animate: boolean; constructor(dialog: DialogRef, dialogConfig: DialogConfig); ngOnInit(): void; delete(deleteFlag: boolean): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }