const HighlightedText = ({ content }: { content: string }) => { return {content}; }; export default HighlightedText;