import { InjectionKey } from 'vue';
export declare const POPUP_TOGGLE_KEY: InjectionKey<() => boolean>;
export declare function onPopupReopen(callback: () => void): void;