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