export declare function useMouse(options?: { resetOnExit?: boolean; }): { x: number; y: number; ref: import("react").RefObject; };