export declare class Ng2ModalWindow {
    static showModal(modalId: string, options?: any): void;
    static hideModal(modalId: string): void;
    static resetEventsSubscribers(eventsList: any[]): void;
    static subscribe(eventName: string, callback: (data?: any) => any): void;
}
