import type { RelativeAbsolutePosition } from '../../core/types/pointer-events.js'; /** * Returns a method to reset chart interactions, providing the possibility of * setting last mouse position in order to keep showing the crosshair and tooltip. */ export declare const useResetInteractions: () => (lastMousePosition?: RelativeAbsolutePosition) => void;