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