export interface SankeyNodeProps {
    /** Whether to show the glow effect behind nodes (default: true) */
    glow?: boolean;
}
/**
 * Renders all node indicators in the Sankey chart.
 *
 * Color comes from the chart's `nodeColor` prop (global override)
 * or each node's individual color from data.
 */
export declare function SankeyNode({ glow }: SankeyNodeProps): import("react").JSX.Element;
export declare namespace SankeyNode {
    var displayName: string;
}
//# sourceMappingURL=SankeyNode.d.ts.map