///
{ key: string | number; private type; private props; private service; get node(): React.ReactElement
; constructor(key: string | number, type: React.FC
, props: any, service: DialogService); rerender(props: Partial
): void;
close(): void;
}
export declare class DialogService {
private _key;
private _dialogs;
private _emitChange;
constructor(emitChange: (dialogs: DialogInstance (type: React.FC , props: Omit , key?: string | number): DialogInstance ;
emitChange(key: string | number): void;
closeAll(animation?: boolean): void;
}