import type { InjectionKey } from 'vue'; import type { KeyValueLayoutProvide } from '../components/key-value-layout/props'; export declare const keyValueLayoutKey: InjectionKey; export interface scrollbarContext { scrollbarElement: HTMLDivElement; wrapElement: HTMLDivElement; } export declare const scrollbarContextKey: InjectionKey;