import { Rect } from '../interface'; export declare function getDocumentRect(element: HTMLElement): Rect;