declare class IntersectionObserver { observe(): void; unobserve(): void; disconnect(): void; } export default IntersectionObserver;