export interface AgentStatusProps { status: 'active' | 'completed' | 'paused'; showLabel?: boolean; showIcon?: boolean; size?: 'sm' | 'md' | 'lg'; className?: string; } export declare function AgentStatus({ status, showLabel, showIcon, size, className, }: AgentStatusProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=agent-status.d.ts.map