import { EventEmitter, OnInit } from '@angular/core'; import { DateFormatService } from 'dmmp-services'; import { MediaInterface } from '../../../interfaces'; export declare class BannerNewComponent implements OnInit { private dateFormat; path: any; textLink: any; image: any; date: any; title: any; description: any; quantityDescription: any; defaultClass: any; backgroundColorBox: any; opacityBox: any; page: EventEmitter; medias: MediaInterface[]; constructor(dateFormat: DateFormatService); ngOnInit(): void; }