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