declare const useStickyElement: () => { isSticky: boolean; setStickySentinelRef: (el: HTMLDivElement | null) => void; }; export default useStickyElement;