import clsx from "clsx"; export function Prose({ as: Component = "div", className, ...props }) { return ( ); }