import type { XYChartColorScale } from '../types/xy-chart-internals.js'; export declare function getColorFromScaleAndData(colorScale: XYChartColorScale, value: string | number): string;