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