import { type SankeyClasses } from "./sankeyClasses.js"; export interface SankeyNodeLabelPlotProps { /** * Classes applied to the various elements. */ classes?: Partial; } declare function SankeyNodeLabelPlot(props: SankeyNodeLabelPlotProps): import("react/jsx-runtime").JSX.Element | null; export { SankeyNodeLabelPlot };