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