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