import { MinMax } from '../../core/types/min-max.js'; import { XScale } from '../types/histogram.js'; export interface HistogramXScaleContextProps { initialXScale: XScale; xScale: XScale; minMaxBoundaries: MinMax; } export declare const HistogramXScale: import("react").Context;