import React from "react"; /** * Used to track if the returned sentinel is in the viewport or not */ export declare const useSentinelVisibility: () => { isSentinelVisible: boolean; sentinel: React.JSX.Element; };