import { CreateNamespace } from '../../../utils/src/create'; import { ComputedRef, InjectionKey, Ref } from 'vue'; export declare const popoverInjectKey: InjectionKey<{ setTargetRef: (target: HTMLElement | null) => void; bem: CreateNamespace; styleVars: ComputedRef>; triggerRef: Ref; wrapper: ComputedRef; }>;