import { type HighlightPart } from '../../types/completion';
interface Props {
    text: string;
    highlightParts: HighlightPart[];
    highlightClassName: string;
}
export declare const PartialHighlighter: (props: Props) => import("react/jsx-runtime").JSX.Element | null;
export {};
