import { Subject } from 'rxjs/Subject'; export declare class NzModalSubject extends Subject { modalId: string; eventsQueue: {}; destroy(type?: string): void; on(eventType: string, cb: () => void): void; constructor(); }