import { Notification } from './notification.model';
export declare class NotificationDetailComponent {
    notifications: Notification[];
    constructor();
}
