import type { HighlightedSeriesId } from '../../core/components/interactions-state-helpers/types.js'; import type { XYChartSeriesWithDatapoints } from '../types/xy-chart-internals.js'; export declare const getHighlightedSeries: (seriesWithDatapoints: XYChartSeriesWithDatapoints[], highlightedSeriesId: HighlightedSeriesId) => XYChartSeriesWithDatapoints | undefined;