import { TLBounds, TLShape } from 'sn-wb-tldraw-core'; /** * Find the bounds of a rectangular shape. * @param shape * @param boundsCache */ export declare function getBoundsRectangle(shape: T, boundsCache: WeakMap): TLBounds; //# sourceMappingURL=getBoundsRectangle.d.ts.map