import type { SharedAxisProps, AxisScale } from '../types'; export type AxisRightProps = SharedAxisProps; export declare const rightTickLabelProps: { readonly dx: "0.25em"; readonly dy: "0.25em"; readonly fill: "#222"; readonly fontFamily: "Arial"; readonly fontSize: 10; readonly textAnchor: "start"; }; export default function AxisRight({ axisClassName, labelOffset, tickLength, tickLabelProps, ...restProps }: AxisRightProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=AxisRight.d.ts.map