import { BabylonImageI } from '../../../../interfaces'; import { BabylonOfferDetailV2I } from '../../../../interfaces/babylon-offer-detail-v2.interface'; import * as i0 from "@angular/core"; export declare class LisC2TxtImgSvgCComponent { private readonly fallbackContent; offers?: BabylonOfferDetailV2I[]; startReverse?: boolean; tagName: string; tagNamePNG: string; trackByIndex(index: number): number; getFirstImageByTag(tagName: string, imagenes: BabylonImageI[]): BabylonImageI | undefined; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }