/** Walk up the offsetParent chain to get absolute offset from document top. */ export declare const getDocumentOffsetTop: (el: HTMLElement) => number;