import { InjectionKey, Ref } from 'vue'; export declare const collapseInjectKey: InjectionKey<{ computedValue: Ref>; handleItemClick: (val: string | number, e: Event) => void; }>;