var i = Object.defineProperty, p = Object.defineProperties; var s = Object.getOwnPropertyDescriptors; var a = Object.getOwnPropertySymbols; var l = Object.prototype.hasOwnProperty, c = Object.prototype.propertyIsEnumerable; var t = (e, r, o) => r in e ? i(e, r, { enumerable: !0, configurable: !0, writable: !0, value: o }) : e[r] = o, m = (e, r) => { for (var o in r || (r = {})) l.call(r, o) && t(e, o, r[o]); if (a) for (var o of a(r)) c.call(r, o) && t(e, o, r[o]); return e; }, f = (e, r) => p(e, s(r)); import R, { forwardRef as d } from "react"; import n from "../lib/SSRBase.mjs"; import w from "../defs/CarProfile.mjs"; const C = d((e, r) => /* @__PURE__ */ R.createElement(n, f(m({ ref: r }, e), { weights: w }))); C.displayName = "CarProfile"; export { C as CarProfile };