import type { InjectionKey, Ref } from 'vue'; import type { UseNamespaceReturn } from 'element-plus/es/hooks'; export type TableV2Context = { isScrolling: Ref; isResetting: Ref; ns: UseNamespaceReturn; }; export declare const TableV2InjectionKey: InjectionKey; export declare const TABLE_V2_GRID_INJECTION_KEY = "tableV2GridScrollLeft";