import { OnInit, EventEmitter } from '@angular/core'; export declare class LinkIconComponent implements OnInit { data: any; identifier: any; defaultClass: any; anchorCustom: EventEmitter; page: EventEmitter; constructor(); ngOnInit(): void; ancla(event: any): void; }