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