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