/**
 * Get Highlight color by initials(E.g.: AA)
 * @param {initials} - One or two characters are supported.
 * @param {mode} -  'light' | 'dark'
 * @returns {string} - A fixed highlight color
 */
export declare const getHighlightColorByInitials: (initials: string) => any;
