import { EventEmitter } from '@angular/core'; export declare class DopeNotificationComponent { notifications: any[]; notificationClose: EventEmitter<{}>; limit: number; removeNotif(notif: any): void; }