export interface HighlightTextProps { text?: string; highlight?: String; onlyExactMatch?: boolean; }