import { NzMessageContainerComponent } from '../message/nz-message-container.component';
import { NzNotificationConfig } from './nz-notification-config';
export declare class NzNotificationContainerComponent extends NzMessageContainerComponent {
    constructor(defaultConfig: NzNotificationConfig, config: NzNotificationConfig);
}
