import type { 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, tickLength, tickLabelProps, ...restProps }: SharedAxisProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=AxisBottom.d.ts.map