/// <reference types="react" />
/**
* Copied from ECStorage
* Super cool solution based on:  https://stackoverflow.com/a/43235785
* @param text
* @param highlight
*/
export declare function getHighlightedText(text: string, highlight: string): string | JSX.Element;
//# sourceMappingURL=HighlightedText.d.ts.map