import type { T_LTWH } from "../types.js";
declare const getBoundingRect: (clientRects: Array<T_LTWH>) => T_LTWH;
export default getBoundingRect;
