import type { SankeyLayoutLink, SankeyNodeId } from "./sankey.types.js";
export declare function useSankeyNodeHighlightState(nodeId: SankeyNodeId): "none" | "highlighted" | "faded";
export declare function useSankeyLinkHighlightState(link: SankeyLayoutLink): "none" | "highlighted" | "faded";