import type { TreeRoot } from "../types";
export declare function useRowLeafs(tree: TreeRoot): (id: string) => string[];
