import type { ChatInputProps, ChatInputRef } from "./types"; declare const ChatInput: import("react").ForwardRefExoticComponent>; export { ChatInput }; //# sourceMappingURL=chat-input.d.ts.map