import type { InjectionKey, Ref } from 'vue'; import type { UseNamespaceReturn } from '@inte-cloud/lit-element/es/hooks'; export declare type TableV2Context = { isScrolling: Ref; isResetting: Ref; ns: UseNamespaceReturn; }; export declare const TableV2InjectionKey: InjectionKey;