import { interpolateLab } from '@visx/vendor/d3-interpolate'; import type { ScaleInterpolateParams, ScaleInterpolate } from '../types/ScaleInterpolate'; export default function createColorInterpolator(interpolate: ScaleInterpolate | ScaleInterpolateParams): typeof interpolateLab; //# sourceMappingURL=createColorInterpolator.d.ts.map