import { RefObject } from "react"; declare const useIntersection: (isSticky: boolean, ref: RefObject) => boolean; export default useIntersection;