import { EventEmitter, OnInit } from '@angular/core'; import { DateFormatService } from 'dmmp-services'; import { MediaInterface } from '../../interfaces'; export declare class RecentArticlesComponent implements OnInit { private dateFormatService; module: any; identifier: any; anchorCustom: EventEmitter; page: EventEmitter; firstArticle: any; medias: MediaInterface[]; constructor(dateFormatService: DateFormatService); ngOnInit(): void; }