interface ScrollPosition { x: number; y: number; } declare function useScrollPosition(): ScrollPosition; export default useScrollPosition;