import { TLBounds, TLShape } from '@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