///
import { SharedAxisProps, AxisScale } from '../types';
import Orientation from '../constants/orientation';
export declare type AxisProps = SharedAxisProps & {
orientation?: Orientation;
};
export default function Axis({ children, axisClassName, hideAxisLine, hideTicks, hideZero, left, numTicks, orientation, rangePadding, scale, tickFormat, tickLength, tickValues, top, ...restProps }: AxisProps): JSX.Element;
//# sourceMappingURL=Axis.d.ts.map