import * as react_jsx_runtime from 'react/jsx-runtime';
import { InputProps } from './props.js';
import '@copilotkit/runtime-client-gql';
import '../../types/suggestions.js';
import 'react';

declare const Input: ({ inProgress, onSend, isVisible, onStop, onUpload }: InputProps) => react_jsx_runtime.JSX.Element;

export { Input };
