import { FC } from 'react';
import { IAxis } from './YAxis';
declare const XAxis: FC<IAxis>;
export default XAxis;
