*
* A chatbot panel component for the CopilotKit framework. The component allows for a high degree
* of customization through various props and custom CSS.
*
* ## Install Dependencies
*
* This component is part of the [@copilotkit/react-ui](https://npmjs.com/package/@copilotkit/react-ui) package.
*
* ```shell npm2yarn \"@copilotkit/react-ui"\
* npm install @copilotkit/react-core @copilotkit/react-ui
* ```
*
* ## Usage
*
* ```tsx
* import { CopilotChat } from "@copilotkit/react-ui";
* import "@copilotkit/react-ui/styles.css";
*
* makeSystemMessage).
*/
disableSystemMessage?: boolean;
/**
* A custom assistant message component to use instead of the default.
*/
AssistantMessage?: React.ComponentType