export declare function useMousePosition(): { x: number; y: number; target: import("react").MutableRefObject; };