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