import React from 'react'; import { IAgentScopeRuntimeRequest } from '../types'; export default function AgentScopeRuntimeRequestCard(props: { data: IAgentScopeRuntimeRequest; contentPrepend?: React.ReactNode; contentAppend?: React.ReactNode; }): import("react/jsx-runtime").JSX.Element;