import { MatDialogRef } from '@angular/material/dialog'; import * as i0 from "@angular/core"; export declare class YesNoConfirmationDialogComponent { dialogRef: MatDialogRef; data: any; header: string; confirmationMessage: string; yesLabel: string; noLabel: string; constructor(dialogRef: MatDialogRef, data: any); closeModal(flag: boolean): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }