import { IAgentScopeRuntimeMessage } from "../types"; export default function Reasoning({ data }: { data: IAgentScopeRuntimeMessage; }): import("react/jsx-runtime").JSX.Element;