import type { TreeRoot } from "../types"; import type { UseTreeDataSourceParams } from "../use-tree-data-source"; export declare function useTree({ data, filter, idFn, rowValueFn, rowChildrenFn, rowRootFn, }: UseTreeDataSourceParams): TreeRoot;