import { INotificationStyleOption, INotificationTemplate } from './INotification'; import { NotificationBase } from './notification.base'; import * as i0 from "@angular/core"; export declare class NotificationComponent extends NotificationBase { notificationData: any; icon: string; title: string; content: string; styles: INotificationStyleOption; templates: INotificationTemplate; constructor(notificationData: any); get notifyWrapperCSS(): string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }