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