import type { XYChartColorScale } from '../../types/xy-chart-internals.js'; export declare const getColorFromNumericScale: (colorScale: XYChartColorScale, value: number) => string;