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