import { RefObject } from 'react'; export declare function useParentScroll(ref: RefObject | null | undefined, cb: (e: Event) => void): void;