import type { Rect, Partition, Center } from '../types'; declare function partition(rects: Rect[], targetRect: Rect, straightOverlapThreshold: number): Partition; declare function partition(rects: Rect[], targetRect: Center, straightOverlapThreshold: number): Partition; export { partition }; //# sourceMappingURL=partition.d.ts.map