@rocket.chat/layout
    Preparing search index...

    Variable TitleHighlightConst

    TitleHighlight: ForwardRefExoticComponent<
        Omit<
            ClassAttributes<HTMLSpanElement> & HTMLAttributes<HTMLSpanElement> & {
                fontColor?: string;
                isDark?: boolean;
            },
            "ref",
        > & RefAttributes<HTMLSpanElement>,
    > = ...