export interface TextSegment {
    text: string;
    isHighlighted: boolean;
}
