interface ChatInputProps { inputStyles: object; inputPlaceholder: string; } declare const ChatInput: (props: ChatInputProps) => any; export default ChatInput;