import { XAxisProps } from '../components/axis/types/annotations-x-axis-props.js'; export declare const XAxis: { (props: XAxisProps): null; displayName: string; };