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