import React from 'react'; declare const Highlighted: ({ text, highlight, testId }: { text?: string; highlight?: string; testId: any; }) => React.JSX.Element; export default Highlighted;