import { OrientedAxisProps } from './types.js'; /** * @internal */ export declare function AxisRight({ scale, label, width, ...restAxisProps }: OrientedAxisProps): import("react").JSX.Element; export declare namespace AxisRight { var displayName: string; } //# sourceMappingURL=AxisRight.d.ts.map