import { OrientedAxisProps } from './types.js'; /** * @internal */ export declare function AxisLeft({ scale, label, width, ...restAxisProps }: OrientedAxisProps): import("react/jsx-runtime.js").JSX.Element; export declare namespace AxisLeft { var displayName: string; }