export declare type PopupManagerType = {
    container?: HTMLDivElement;
    getKey: () => string;
};
declare const PopupManager: PopupManagerType;
export default PopupManager;
