import { RefObject } from 'react'; export declare const useSticky: (containerRef: RefObject, targetRef: RefObject) => void;