import type { InjectionKey, Ref } from 'vue'; export declare const StartIndexSymbol: InjectionKey>; export declare const GetKeySymbol: InjectionKey<(index: number) => string>;