"use client";
import { jsx as n } from "react/jsx-runtime";
import { StyledRawA as o } from "./RawA.style.js";
function m(t) {
const { children: e, externalStyle: r, ...l } = t;
return n(o, { $externalStyle: r, ...l, children: e });
}
export {
m as default
};