import { RefObject } from "react"; export declare function useParentScroll(elementRef: RefObject, onScroll: (event: Event) => void): void;