import { InjectionKey, Ref } from 'vue' import { Popup } from './types' /** * usePopup 用到的key * * @internal */ export declare const popupDefaultKey: InjectionKey> export declare function usePopup(selector?: string): Popup