import type { AiAgentStatus } from '@base/api';
type AgentStatusProps = {
    agentId: string;
    agentStatus: AiAgentStatus;
};
export declare const AgentStatus: React.FC<AgentStatusProps>;
export {};
