JSX.Text
type t = {
value: string,
raw: string,
};
let pp: Format.formatter => t => unit;
let show: t => string;