import { EventEmitter, OnInit } from '@angular/core'; import { DateFormatService } from 'dmmp-services'; export declare class RelatedContentComponent implements OnInit { private dateFormat; title: any; date: any; path: any; defaultClass: any; page: EventEmitter; constructor(dateFormat: DateFormatService); ngOnInit(): void; }