/// <reference types="react" />
import { ScaleValue } from '@nivo/scales';
import { AxisTickProps } from '../types';
declare const memoizedAxisTick: <Value extends ScaleValue>({ value: _value, format, lineX, lineY, onClick, textBaseline, textAnchor, animatedProps, }: AxisTickProps<Value>) => JSX.Element;
export { memoizedAxisTick as AxisTick };
//# sourceMappingURL=AxisTick.d.ts.map