export interface IHighlightText {
    color: string;
    text: string;
}
