import type { Rect } from '../types/types'; export default function getDocumentRect(element: HTMLElement): Rect;