import type { SankeyTooltipProps } from "./SankeyTooltip.types.js"; export declare const useUtilityClasses: (props: Pick) => Record<"mark" | "table" | "cell" | "row" | "root" | "paper" | "markContainer" | "labelCell" | "valueCell", string>;