import type { AxisIdToScales } from '../../context/XYChartScales.context.js'; import type { XYChartState } from '../../types/state.js'; type HighlightedSeriesIds = XYChartState['highlightedSeriesIds']; export declare function getSeriesOpacity(highlightedSeriesIds: HighlightedSeriesIds, seriesId: string): 1 | 0.1; export declare function DotDisplay(props: { axisIdToScales: AxisIdToScales; highlightedSeriesIds: HighlightedSeriesIds; }): import("react/jsx-runtime.js").JSX.Element[]; export declare namespace DotDisplay { var displayName: string; } export {};