import { EventEmitter, OnInit } from '@angular/core'; import { DateFormatService } from 'dmmp-services'; export declare class EventViewComponent implements OnInit { private dateFormatServices; eventInfo: any; anchorCustom: EventEmitter; page: EventEmitter; constructor(dateFormatServices: DateFormatService); ngOnInit(): void; }