import type { XYChartColorScale } from '../../types/xy-chart-internals.js'; export declare const getColorFromNumericScale: (colorScale: XYChartColorScale, value: number) => string; //# sourceMappingURL=get-color-from-numeric-scale.d.ts.map