import type { StringLike } from '../types/Base'; import type { DefaultThresholdInput, D3Scale } from '../types/Scale'; import type { ScaleConfigWithoutType } from '../types/ScaleConfig'; export default function applyNice(scale: D3Scale, config: ScaleConfigWithoutType): void; //# sourceMappingURL=nice.d.ts.map