import { FC } from 'react';
import { AxisProps } from '../../types';
declare const Axis: FC<AxisProps>;
export { Axis };
//# sourceMappingURL=Axis.d.ts.map