export declare const intersectionObserver: (element?: HTMLElement | undefined, callback?: (() => void) | undefined) => IntersectionObserver | undefined; export declare const getElementLeft: (element: HTMLElement) => number; export declare const getElementTop: (element: HTMLElement) => number;