import type { InjectionKey, Ref } from 'vue'; import type { Instance } from '@popperjs/core'; import type { Measurable } from './popper'; export declare type ElPopperInjectionContext = { triggerRef: Ref; contentRef: Ref; popperInstanceRef: Ref; }; export declare type ElPopperContentInjectionContext = { arrowRef: Ref; arrowOffset: Ref; }; export declare const POPPER_INJECTION_KEY: InjectionKey; export declare const POPPER_CONTENT_INJECTION_KEY: InjectionKey;