import type { TreeRoot } from "../types.js";
export declare function useRowById(tree: TreeRoot): (id: string) => import("@1771technologies/lytenyte-shared").RowNode<any> | null;
