export declare const usePopupManager: () => { open: (action: Omit) => void; close: () => void; };