/// export default function useScrollInOut(scrollInOutFallback: (isIn: boolean) => any, threshold?: number[] | number): import("react").MutableRefObject;