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