import { EventEmitter, OnInit } from '@angular/core'; export declare class WebsiteRelatedContentComponent implements OnInit { module: any; identifier: any; page: EventEmitter; anchorCustom: EventEmitter; constructor(); ngOnInit(): void; }