import type { RelativeAbsolutePosition } from '../../core/types/pointer-events.js'; /** * Returns a function to calculate the closest bins at a given position to reflect it on the state, * which also returns the highlighted series id. */ export declare const useSetClosestBins: () => (position?: RelativeAbsolutePosition) => string | undefined;