export declare const getInitialsFromNameOrEmail: (name?: string, email?: string) => string; export declare const getSumOfAllCharacters: (str: string) => number; export declare const defaultAvatarColor: string[];