import { EventEmitter, OnInit } from '@angular/core'; import { NotificationService } from '../../services/notification/notification.service'; import * as i0 from "@angular/core"; export declare class InfoComponent implements OnInit { ns: NotificationService; heading: string; display: string; type: string; userType: string; onLinkClick: EventEmitter; trendingLinks: any[]; responsiveOptions: { breakpoint: string; numVisible: number; numScroll: number; }[]; constructor(ns: NotificationService); ngOnInit(): void; open(link: any): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } //# sourceMappingURL=info.component.d.ts.map