import { EventEmitter } from '@angular/core'; import { BabylonTagsI, BabylonTextsColorsI } from '../../../interfaces'; import { BabylonImageI } from '../../../interfaces/babylon-image.interface'; import { BabylonTopSliderV2Item } from '../babylon-top-slider-v2/babylon-top-slider-v2-item.interface'; import * as i0 from "@angular/core"; export declare class BabylonSlider3ColComponent { identifier?: string; labels?: BabylonTopSliderV2Item; set images(value: BabylonImageI[] | undefined); topColor?: string; bottomColor?: string; tags?: BabylonTagsI; textColors?: BabylonTextsColorsI; set topBG(topBG: BabylonImageI); set bottomBG(bottomBG: BabylonImageI); modalClick: EventEmitter; _topBG?: string; _bottomBG?: string; get topBG(): string | undefined; get bottomBG(): string | undefined; private _images; get images(): BabylonImageI[]; btnClick(e: Event): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }