/** * Returns a function that accepts a callback to be performed when the window scrolls. */ declare const useWindowScroll: () => import("./shared/types").CallbackSetter; export default useWindowScroll;