/** * Use of this source code is governed by an MIT-style license that can be * found in the LICENSE file at https://github.com/NG-ZORRO/ng-zorro-antd/blob/master/LICENSE */ import { Direction } from '@angular/cdk/bidi'; import { NotificationConfig } from 'ng-zorro-antd/core/config'; import { NzMNContainerComponent } from 'ng-zorro-antd/message'; import { NzNotificationData, NzNotificationDataOptions } from './typings'; import * as i0 from "@angular/core"; export declare class NzNotificationContainerComponent extends NzMNContainerComponent { dir: Direction; bottom?: string | null; top?: string | null; topLeftInstances: Array>; topRightInstances: Array>; bottomLeftInstances: Array>; bottomRightInstances: Array>; topInstances: Array>; bottomInstances: Array>; constructor(); create(notification: NzNotificationData): Required; protected onCreate(instance: NzNotificationData): Required; protected subscribeConfigChange(): void; protected updateConfig(): void; private replaceNotification; protected readyInstances(): void; protected mergeOptions(options?: NzNotificationDataOptions): NzNotificationDataOptions; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }