import type { InjectionKey, Ref } from 'vue';
export declare type TableV2Context = {
    isScrolling: Ref<boolean>;
    isResetting: Ref<boolean>;
};
export declare const TableV2InjectionKey: InjectionKey<TableV2Context>;
