import type { SankeyLayoutModel } from '../types/sankey-internal.js'; /** * Generates the sankey layout for an explicit pixel area. * * The dimensions are passed in rather than read from the graph-size context * because the layout must match the center canvas column — not the full graph * area — so rendering and hit-testing share one coordinate space. */ export declare function useGenerateSankeyLayout(width: number, height: number): SankeyLayoutModel; //# sourceMappingURL=use-generate-sankey-layout.d.ts.map