import { IChatToolBar } from '../../types'; export default function ChatToolBar({ tools, onEmojiSelect, onImage }: IChatToolBar): JSX.Element;