import type { ScaleInput } from '@visx/scale'; import type { TickFormatter, AxisScale } from '../types'; /** * Returns a tick position for the given tick value */ export default function getTickFormatter(scale: Scale): TickFormatter>; //# sourceMappingURL=getTickFormatter.d.ts.map