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