/// <reference types="react" />
import { ChatInputActionBarProps } from '../type';
declare const ChatInputActionBar: import("react").NamedExoticComponent<ChatInputActionBarProps>;
export default ChatInputActionBar;
