import { type CartesianChartSeriesType } from "../../../../models/seriesType/config.js"; import { type ChartSeriesConfig } from "../../corePlugins/useChartSeriesConfig/index.js"; import { type ProcessedSeries } from "../../corePlugins/useChartSeries/useChartSeries.types.js"; import { type AxisId } from "../../../../models/axis.js"; export declare const getAxisTriggerTooltip: (axisDirection: "x" | "y", seriesConfig: ChartSeriesConfig, formattedSeries: ProcessedSeries, defaultAxisId: AxisId) => Set;