export declare function getCumulativeOffset(element: HTMLElement, axis: 'x' | 'y'): number;
