/** * Returns a map from node id to resolved hex color. * * When nodes carry an explicit column assignment (from `columnAccessor`), all * nodes in the same column receive the same categorical palette color so that * columns are visually grouped. Without column assignments each node receives * its own palette color in document order. */ export declare function useNodeColors(): Map; //# sourceMappingURL=use-node-colors.d.ts.map