import React from 'react';
export declare const useIntersectionObserver: (target: React.RefObject<HTMLElement>, root: React.RefObject<HTMLElement>) => boolean;
