import React from 'react'; export function WordpressContentRenderer(props: { content: unknown }) { return
; }