import type { AiAgent } from '@base/api';
export declare const FleekAgentsChat: React.FC<{
    agent: AiAgent;
}>;
