export declare function getBoundingBoxInPage(domElement: HTMLElement): { x: number; y: number; width: number; height: number; }; //# sourceMappingURL=dom.d.ts.map