import "./ChatBotInput.css";
/**
 * Contains chat input field for user to enter messages.
 *
 * @param buttons list of buttons to render in the chat input
 */
declare const ChatBotInput: ({ buttons }: {
    buttons: JSX.Element[];
}) => import("react/jsx-runtime").JSX.Element;
export default ChatBotInput;
//# sourceMappingURL=ChatBotInput.d.ts.map