import { InjectionKey } from 'vue';
export declare function getSymbolForInjectionKey(key: InjectionKey<unknown>): symbol;
