import type { TicksRendererProps, AxisScale } from '@visx/axis'; import type { AnimationTrajectory } from '../types'; export default function AnimatedTicks({ hideTicks, horizontal, orientation, scale, tickClassName, tickComponent, tickLabelProps: allTickLabelProps, tickStroke, tickTransform, ticks, tickLineProps, animationTrajectory, }: TicksRendererProps & { animationTrajectory?: AnimationTrajectory; }): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=AnimatedTicks.d.ts.map