import type { InjectionKey } from 'vue';
import type { ContextDefination } from './select-types';
export declare const ContextKey: InjectionKey<ContextDefination>;
