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