import type { HighlightedParts } from '../../types';
export declare function reverseHighlightedParts(parts: HighlightedParts[]): {
    isHighlighted: boolean;
    value: string;
}[];
