import { ChatInputProps } from './types'; export default function ChatInput({ sendMessage }: ChatInputProps): import("react/jsx-runtime").JSX.Element;