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