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