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