import type { ToolFooterProps } from "../../../types/index.js"; import "./ToolFooter.css"; export declare function ToolFooter({ actions, content, showLoader, className, qa }: ToolFooterProps): import("react/jsx-runtime").JSX.Element;