import { type IChatConversationLocalItem } from "../../model.js"; import { type IChatMessagesGroup } from "../utils/groupUtility.js"; type ToolItemProps = { message: IChatConversationLocalItem; groups: IChatMessagesGroup[]; isLast?: boolean; }; export declare function ToolItemComponent(_: ToolItemProps): null; export {}; //# sourceMappingURL=ToolItem.d.ts.map