import type { InjectionKey, Ref } from 'vue'; export declare const pickerContextKey: InjectionKey<{ triggerTarget: Ref; }>;