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