import { EventEmitter } from '@angular/core'; import { BabylonButtonI } from '../../../interfaces/babylon-button.interface'; import { BabylonImageI } from '../../../interfaces/babylon-image.interface'; import { BabylonTagsI } from '../../../interfaces/babylon-tags.interface'; import { BabylonTextsColorsI } from '../../../interfaces/babylon-texts-colors.interface'; import * as i0 from "@angular/core"; export declare class BabylonInfoIntroComponent { title?: string; pretitle?: string; description?: string; button?: BabylonButtonI; images?: BabylonImageI[]; tags?: BabylonTagsI; textColors?: BabylonTextsColorsI; set topBG(topBG: BabylonImageI); set bottomBG(bottomBG: BabylonImageI); topColor?: string; bottomColor?: string; logo?: BabylonImageI; logo2?: BabylonImageI; buttonModal?: string; clickPopup: EventEmitter; modalClick: EventEmitter; _topBG?: string; _bottomBG?: string; get topBG(): string | undefined; get bottomBG(): string | undefined; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }