export { default as ChatInputArea, type ChatInputAreaProps } from './desktop/ChatInputArea';
export { ChatInputActionBar, type ChatInputActionBarProps } from '@lobehub/ui/chat';
export { ChatInputAreaInner, type ChatInputAreaInnerProps } from '@lobehub/ui/chat';
export { ChatSendButton, type ChatSendButtonProps } from '@lobehub/ui/chat';
export { ChatInputArea as MobileChatInputArea, type ChatInputAreaProps as MobileChatInputAreaProps, } from '@lobehub/ui/mobile';
export { ChatSendButton as MobileChatSendButton, type ChatSendButtonProps as MobileChatSendButtonProps, } from '@lobehub/ui/mobile';
