import "./ChatBotFooter.css";
/**
 * Contains footer buttons and text.
 *
 * @param buttons list of buttons to render in the footer
 */
declare const ChatBotFooter: ({ buttons }: {
    buttons: JSX.Element[];
}) => import("react/jsx-runtime").JSX.Element;
export default ChatBotFooter;
//# sourceMappingURL=ChatBotFooter.d.ts.map