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