export declare function getScreenBounds(element: HTMLElement): { top: number; left: number; width: number; height: number; };