import type { TicksRendererProps, AxisScale } from '../types'; export default function Ticks({ hideTicks, horizontal, orientation, tickClassName, tickComponent, tickLabelProps: allTickLabelProps, tickStroke, tickTransform, ticks, strokeWidth, tickLineProps, }: TicksRendererProps): import("react/jsx-runtime").JSX.Element[]; //# sourceMappingURL=Ticks.d.ts.map