import React, { type ComponentType } from 'react'; import { type HighlightDetail } from '../../types'; export declare function renderHighlight(ReactComponent: ComponentType, value?: string, highlights?: HighlightDetail[], prefix?: string): React.JSX.Element | null;