import type { HistogramChartXAxisProps } from '../types/histogram-props.js'; export declare const XAxis: { (props: HistogramChartXAxisProps): null; displayName: string; }; //# sourceMappingURL=XAxis.d.ts.map