import type { Correlation } from 'nmr-correlation'; interface InputProps { correlation: Correlation; } declare function useInView({ correlation }: InputProps): boolean; export default useInView; //# sourceMappingURL=useInView.d.ts.map