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