import type { HistogramChartXAxisProps } from '../types/histogram.js'; export declare const XAxis: { (props: HistogramChartXAxisProps): null; displayName: string; };