import { default as React } from 'react'; import { ToolTipProps } from '../../components/common/tooltipVariants/types'; export declare function HighlightText(text: string, keywords: Array<{ text: string; style?: React.CSSProperties; tooltip?: { showToolTip: boolean; toolTipProps: Omit; }; }>): (JSX.Element | string)[] | string;