/** * @internal * Checks if the browser supports IntersectionObserver. */ export declare function supportsIntersectionObserver(): boolean;