import { NotificationService } from '../notification.service'; export declare class ToastsComponent { notificationService: NotificationService; duration: number; constructor(notificationService: NotificationService); remove(toast: any): void; }