import { FC } from 'react'; import { InputBarProps } from '../../types'; declare const InputBar: FC; export default InputBar;