/** calculates the initials of the name and choose a background color based on the first later of the initials */ export declare const getAvatarBg: (name: string) => { initials: string; color: string; };