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