import { AfterViewInit, ChangeDetectorRef } from '@angular/core'; import { BabylonButtonI, BabylonImageI, BabylonTextInfoI } from '../../../interfaces'; import { BabylonModalService } from '../../../services'; import * as i0 from "@angular/core"; export declare class BabylonOfferPopupComponentV2 implements AfterViewInit { private readonly modalService; private cdr; image?: BabylonImageI; button?: BabylonButtonI; texts?: BabylonTextInfoI; discount?: string; price?: string; currency?: string; popupOfferOpen: boolean; hasAnyValue: boolean; constructor(modalService: BabylonModalService, cdr: ChangeDetectorRef); ngAfterViewInit(): void; togglePopup(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }