export type IconType = 'bot' | 'sparks' | 'question-mark' | 'user' | 'search'; export type ButtonIconType = 'bot' | 'sparks' | 'question-mark'; export type AiIconType = 'bot' | 'sparks' | 'question-mark';