import { DateFormatService } from 'dmmp-services'; import { EventEmitter, OnInit } from '@angular/core'; export declare class ItemContentComponent implements OnInit { private dateFormatService; content: any; page: EventEmitter; anchorCustom: EventEmitter; externalLink: EventEmitter; medias: { style: string; media: string; }[]; constructor(dateFormatService: DateFormatService); ngOnInit(): void; }