import { Transform } from '../transform'; export declare function getElementsBounding(elements: readonly Element[]): DOMRectReadOnly; export declare function getBoundingWithTransform(element: Element, transform: Readonly, child: boolean): DOMRectReadOnly; //# sourceMappingURL=anchor.d.ts.map