import type { JSX } from 'react'; /** * Empty state for ChatHistory when no conversation exists. */ export const ChatHistoryEmptyState = (): JSX.Element => { return (