import type { ServerData } from "../server-data"; export declare function useRowLeafs(source: ServerData): (id: string) => string[];