export type HighlightTextProps = { highlight: string; text: string; }; export declare function HighlightText(props: HighlightTextProps): JSX.Element;