import { EventEmitter, OnInit } from '@angular/core'; import { MediaInterface } from '../../../interfaces'; export declare class ItemContentComponent implements OnInit { relatedContent: any; page: EventEmitter; medias: MediaInterface[]; constructor(); ngOnInit(): void; }