import { Position, Size } from '../types'; export declare function getBoundingBox(rects: ({ position: Position; } & Size)[]): { left: number; right: number; top: number; bottom: number; width: number; height: number; center: { x: number; y: number; }; }; //# sourceMappingURL=bounding-box.d.ts.map