import { Coordinates } from '../../types'; export declare function getScrollCoordinates(element: Element | typeof window): Coordinates;