import { InitModelOf, Popup, PopupManagerModel, Widget } from '../index';
export declare class PopupManager extends Widget implements PopupManagerModel {
    popups: Popup[];
    constructor();
    protected _init(model: InitModelOf<this>): void;
    setPopups(popups: Popup[]): void;
    protected _setPopups(popups: Popup[]): void;
    protected _openPopups(popups: Popup[]): void;
    protected _destroyPopups(popups: Popup[]): void;
}
//# sourceMappingURL=PopupManager.d.ts.map