export interface IStoryLiveChipTheme { readImage: string | null; unreadImage: string | null; readBackgroundColor: string | null; unreadBackgroundColor: string | null; readTextColor: string | null; unreadTextColor: string | null; }