import { ElementRef } from '@angular/core'; import { DialogComponent } from '../dialog/dialog.component'; import { BodyTemplateDirective } from '../base/template-base'; import { MessagerService } from './messager.service'; import * as i0 from "@angular/core"; export declare const MESSAGER_TEMPLATE = "\n\t
\n\t\t
\n\t\t\t\n\t\t\t
{{title}}
\n\t\t\t
\n\t\t\t
\n\t\t\t\t\n\t\t\t\t\n\t\t\t
\n\t\t
\n\t\t
\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\t\t\t
\n\t\t\t\t\t\t
\n\t\t\t\t\t\t
\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t{{msg}}\n\t\t\t\t\t\t
\n\t\t\t\t\t
\n\t\t\t\t\t
\n\t\t\t\t\t\t\n\t\t\t\t\t
\n\t\t\t\t
\n\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t
\n\t\t
\n\t\t
\n\t\t\t\n\t\t
\n\t
\n"; export declare class MessagerComponent extends DialogComponent { hostRef: ElementRef; messagerService: MessagerService; inputRef: ElementRef; bodyTemplate: BodyTemplateDirective; title: string; panelStyle: Object; modal: boolean; icon: string; msg: string; ok: string; cancel: string; buttons: any[]; messagerType: string; inputValue: string; resultValue: any; options: any; originalOptions: any; _closed: boolean; _bodyCls: string; get bodyCls(): string; set bodyCls(value: string); get messagerIcon(): string; constructor(hostRef: ElementRef, messagerService: MessagerService); openDialog(options: any, type?: string): void; closeDialog(result?: any): void; saveState(options: any): void; restoreState(): void; buildAlertOptions(options: any): any; buildConfirmOptions(options: any): any; buildPromptOptions(options: any): any; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }