import { Subject } from 'rxjs'; import * as i0 from "@angular/core"; export declare class GlComponentModalAlertService { message: string; isOK: boolean; showModal: boolean; modalClass: string; currentValue: Subject; resolvePromise: any; customYes: string; customNo: string; private _okButton; private _noButton; private _yesButton; constructor(); show(message: any): Promise; showYesNo(message: any, customYes?: string, customNo?: string): Promise; hide(): void; onNo(): void; onYes(): void; onOk(): void; private modal; onModalKeyUp(e: KeyboardEvent): void; private setElements; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }