export default XAxis; declare function XAxis({ xUnit, yScaleInvert, type, lines: customLines }: { xUnit: any; yScaleInvert: any; type: any; lines: any; }): JSX.Element;