import type { SankeyContext } from './types';
export declare const SankeyProvider: import("react").Provider<SankeyContext | null>;
/** Access the sankey context. Throws if used outside <SankeyChart>. */
export declare function useSankey(): SankeyContext;
//# sourceMappingURL=SankeyContext.d.ts.map