import { NotificationService } from '../services'; export declare class NotificationDirective { private service; message: string; cssClass: string; options: any; constructor(service: NotificationService); ngOnInit(): void; }