import type { ChartsRadialAxisProps, ChartsCartesianAxisProps, ComputedAxis } from "../../../../models/axis.mjs";
import type { ScaleName, BarItemIdentifier } from "../../../../models/index.mjs";
export declare function getBandIndex(bandAxis: ComputedAxis<ScaleName, any, ChartsCartesianAxisProps | ChartsRadialAxisProps>, stackConfig: {
  groupNumber: number;
  groupIndex: number;
}, coordinate: number): number;
export declare const selectorBarItemAtPosition: (args_0: import("../../corePlugins/useChartId/useChartId.types.mjs").UseChartIdState & import("../../corePlugins/useChartSeriesConfig/useChartSeriesConfig.types.mjs").UseChartSeriesConfigState<keyof import("../../../index.mjs").ChartsSeriesConfig> & import("../../corePlugins/useChartExperimentalFeature/useChartExperimentalFeature.types.mjs").UseChartExperimentalFeaturesState & import("../../corePlugins/useChartDimensions/useChartDimensions.types.mjs").UseChartDimensionsState & import("../../corePlugins/useChartSeries/useChartSeries.types.mjs").UseChartSeriesState<keyof import("../../../index.mjs").ChartsSeriesConfig> & import("../../corePlugins/useChartAnimation/useChartAnimation.types.mjs").UseChartAnimationState & import("../../../index.mjs").UseChartInteractionListenerState & Partial<{}> & {
  cacheKey: import("../../models/index.mjs").ChartStateCacheKey;
}, svgPoint: Pick<DOMPoint, "x" | "y">) => BarItemIdentifier | undefined;