///
import { SharedAxisProps, AxisScale } from '../types';
export declare const bottomTickLabelProps: () => {
readonly dy: "0.25em";
readonly fill: "#222";
readonly fontFamily: "Arial";
readonly fontSize: 10;
readonly textAnchor: "middle";
};
export default function AxisBottom({ axisClassName, labelOffset, tickLabelProps, tickLength, ...restProps }: SharedAxisProps): JSX.Element;
//# sourceMappingURL=AxisBottom.d.ts.map