import type { Coordinates } from '../../types'; export declare function getScrollOffsets(scrollableAncestors: Element[]): Coordinates;