import type { ScaleLinear } from 'd3-scale'; interface JGraphState { scaleY: ScaleLinear | null; height: number; maxValue: number; } export declare const JGraphContextProvider: import("react").Provider; export declare function useJGraph(): JGraphState; export {}; //# sourceMappingURL=JGraphContext.d.ts.map