import * as i0 from "@angular/core"; export interface ConfirmDialogComponentProps { title?: string; message?: string; yesLabel?: string; thirdOptionLabel?: string; noLabel?: string; htmlContent?: string; } export declare class ConfirmDialogComponent { private readonly sanitizer; private readonly data; title: string; message: string; yesLabel: string; noLabel: string; thirdOptionLabel: string; htmlContent: string; constructor(); sanitizedHtmlContent(): string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }