import React from 'react';
import { ChatInputProps } from '../../types';
declare const ChatInput: React.FC<ChatInputProps>;
export default ChatInput;
