import { IChatInput } from "../../types"; export default function ChatInput({ me, onSend, onImage, height }: IChatInput): JSX.Element;