import * as react_jsx_runtime from 'react/jsx-runtime'; import { InputProps } from './props.js'; import '@vn-sdk/shared'; import '../../types/suggestions.js'; import 'react'; declare const Input: ({ inProgress, onSend, isVisible, onStop, onUpload, hideStopButton, }: InputProps) => react_jsx_runtime.JSX.Element; export { Input };