/// export interface HighlightProps { text: string; words: string[]; } export declare function Highlight(props: HighlightProps): JSX.Element;