export declare const useMouseMoveAnywhere: (cb: () => void, windowProxy?: Window) => (dom: HTMLElement | null) => void;