import type { InjectionKey as VueInjectionKey } from 'vue';
import type { Options } from './types';
export declare const InjectionKey: VueInjectionKey<Options<any>>;
