import type { FilterFn, RowLeaf } from "@1771technologies/lytenyte-shared";
export declare function useFilteredData<T>(pivotMode: boolean, filter: FilterFn<T> | undefined | null, leafs: RowLeaf<T>[]): number[];
