import {ThemeColorAvatarColorKey} from '../../color/_system'

/**
 * @public
 * @deprecated Use `ThemeColorAvatarColorKey` instead
 */
export type ThemeColorSpotKey = ThemeColorAvatarColorKey

/**
 * @public
 * @deprecated Use `ThemeColorAvatar_v2` instead
 */
export type ThemeColorSpot = Record<ThemeColorSpotKey, string>
