import { AfterViewInit, ElementRef, EventEmitter } from '@angular/core'; import { BadgeI } from '../../../interfaces/atomic/badge.interface'; import { ButtonI } from '../../../interfaces/atomic/button.interface'; import { ImageI } from '../../../interfaces/atomic/image.interface'; import * as i0 from "@angular/core"; export declare class OfferBannerComponent implements AfterViewInit { private platformId; closeBtn: ElementRef; closeBanner: ElementRef; badge?: BadgeI; btnClose?: ButtonI; mainLabel?: string; priceLabel?: string; closeLabel?: string; price?: string; currency?: string; btnInfo?: ButtonI; img?: ImageI; desktop?: boolean; left?: boolean; closeClick: EventEmitter; constructor(platformId: Object); ngAfterViewInit(): void; closeModal(): void; bannerClicked(event: Event): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }