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