import type { InjectionKey, ShallowRef } from 'vue'; export interface scrollbarContext { scrollbarElement: ShallowRef; wrapElement: ShallowRef; } export declare const scrollbarContextKey: InjectionKey;