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