import * as i0 from "@angular/core"; export declare class DialogComponent { opened: boolean; successFunction: any; isAlert: boolean; failureFunction: any; message: string; title: string; close(status: any): void; open(): void; showAlert(message: string, successFunc: any): void; showConfirm(message: string, successFunc: any, failureFunc: any): void; closeDialog(status: any): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }