import { HighlightTextProps } from './types'; import './HighlightText.scss'; declare const HighlightText: React.FC; export default HighlightText;