import { QueryList, EventEmitter } from '@angular/core'; import { NgbModal } from '../../modal/modal.module'; import * as ɵngcc0 from '@angular/core'; export declare class CloApplicationTrayItem { /** * The notification type * * Available types include ['transit'] */ link: string; name: string; categoryName: string; /** * An image url to display for the app * */ image: string; static ɵfac: ɵngcc0.ɵɵFactoryDeclaration; static ɵdir: ɵngcc0.ɵɵDirectiveDeclaration; } export declare class CloApplicationTray { private modalService; items: QueryList; /** * URL to the logo image */ unread: string; listOfItems: any; appListClicked: EventEmitter; constructor(modalService: NgbModal); open(content: any): void; openApplication(categoryName: string, itemName: string): void; static ɵfac: ɵngcc0.ɵɵFactoryDeclaration; static ɵcmp: ɵngcc0.ɵɵComponentDeclaration; } //# sourceMappingURL=application-tray.d.ts.map