export declare function offsetParent(element: HTMLElement): HTMLElement | null; export declare function offsetTop(element: HTMLElement): number; export declare function offsetLeft(element: HTMLElement): number;