/// <reference types="react" />
import { Axis } from "./YAxis";
export declare const XAxis: ({ labelFormat, values, tickSize, width, height, path, top, left, scale, domain, padding, tickFormat, labelOrientation, inverse, }: Axis) => JSX.Element;
