import { OnInit } from '@angular/core'; import { DialogConfig, DialogRef } from '../../ui-elements'; import * as i0 from "@angular/core"; export declare class ConfirmComponent implements OnInit { private dialog; dialogConfig: DialogConfig; animation: boolean; messageContent: string; type: string; icon: string; constructor(dialog: DialogRef, dialogConfig: DialogConfig); ngOnInit(): void; delete(deleteFlag: boolean): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }