import React from "react";
declare const HighlightText: ({ text, highlight }: {
    text: string;
    highlight?: string;
}) => React.JSX.Element;
export default HighlightText;
//# sourceMappingURL=HighlightText.d.ts.map