import type { Rect } from '../types'; export declare function getRect(element: HTMLElement): Rect; //# sourceMappingURL=getRect.d.ts.map