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