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