import React from 'react'; import './index.less'; export interface HighlightTextProps { value?: string; keywords?: string; } declare const HighlightText: React.FC; export default HighlightText;