import type { HighlightedParts } from '../../types';
export declare function getHighlightFromSiblings(parts: HighlightedParts[], i: number): boolean;
