/** * Custom hook that resets the synchronized selection state when the component unmounts. * This ensures that chart selection state is properly cleaned up when the component is removed. */ export declare const useResetSelectionOnUnmount: () => void;