import { ElementRef } from '@angular/core'; import { MessageWrapperComponent } from '../message/message-wrapper.component'; import { NotificationConfig } from './notification.config'; export declare class NotificationWrapperComponent extends MessageWrapperComponent { elementRef: ElementRef; config: NotificationConfig; constructor(elementRef: ElementRef, defaultConfig: NotificationConfig, config: NotificationConfig); }