// @flow export type useIntersect = ( intersect?: IntersectionObserverOptions, ) => {| ref: (Element | null) => void, entry: IntersectionObserverEntry | null |}; declare export default useIntersect;