export function removeParentSticky(element: any): void; export function addParentSticky(element: any): void; export function offsetTop(element: any, accumulator?: number): any; export function offsetLeft(element: any, accumulator?: number): any; export function scrollTop(element: any, accumulator?: number): any; export function scrollLeft(element: any, accumulator?: number): any;