import type { AnyD3Scale, ScaleInput } from '../types/Scale'; export default function getTicks(scale: Scale, numTicks?: number): ScaleInput[]; //# sourceMappingURL=getTicks.d.ts.map