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