/**
 *
 * @param {Element} el
 * @returns {AABB2}
 */
export function html_element_to_aabb(el: Element): AABB2;
import AABB2 from "../core/geom/2d/aabb/AABB2.js";
//# sourceMappingURL=html_element_to_aabb.d.ts.map