import type { InjectionKey, Ref } from 'vue'; import type { UseNamespaceReturn } from '@element-plus-next/vue-hooks'; import type { KeyType } from './types'; export declare type TableV2Context = { isScrolling: Ref; hoveringRowKey: Ref; isResetting: Ref; ns: UseNamespaceReturn; }; export declare const TableV2InjectionKey: InjectionKey;