/** * Hook that registers pointer interaction handlers on the chart container. * It iterates through all series configs' `getItemAtPosition` to find which * item is at the pointer position and updates highlight/tooltip state accordingly. */ export declare function useRegisterPointerInteractions(): void;