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