import { UpdateItemType, RemoveItemType, HandleShowType } from './types';
import { InjectionKey } from 'vue';
export declare const updateItemKey: InjectionKey<UpdateItemType>;
export declare const removeItemKey: InjectionKey<RemoveItemType>;
export declare const handleShowKey: InjectionKey<HandleShowType>;
