/// <reference types="react" />
import type { ChatInputAreaProps } from './type';
declare const ChatInputArea: import("react").NamedExoticComponent<ChatInputAreaProps>;
export default ChatInputArea;
