import { GlComponentModalAlertService } from './gl-component-modal-alert.service'; import * as i0 from "@angular/core"; export declare class GlComponentModalAlertComponent { service: GlComponentModalAlertService; title: string; subtitle: string; modalLogo: string; innerValueNo: string; innerValueYes: string; innerValueOK: string; noValue: string; yesValue: string; okValue: string; constructor(service: GlComponentModalAlertService); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }