/** * @copyright NIIT Technologies Ltd. 2017-18. */ import { NgZone, ElementRef, Renderer } from '@angular/core'; import { ControlComponent } from '../../core/component/control.component'; import { jqxNotificationComponent } from 'jqwidgets-framework/jqwidgets-ts/angular_jqxnotification'; /** * Notification */ export declare class NgcNotificationComponent extends ControlComponent { private ngZone; private elementRef; private rendererRef; appendContainer: any; autoOpen: any; animationOpenDelay: any; animationCloseDelay: any; autoClose: any; autoCloseDelay: any; blink: any; browserBoundsOffset: any; closeOnClick: any; disabled: any; hoverOpacity: any; icon: any; notificationOffset: any; opacity: any; position: any; rtl: any; showCloseButton: any; template: any; theme: any; width: any; height: any; autoCreate: boolean; jqxNotification: jqxNotificationComponent; /** * Initialize */ constructor(ngZone: NgZone, elementRef: ElementRef, rendererRef: Renderer); open(): void; } /** * Notification Module */ export declare class NgcNotificationModule { }