/// <reference types="react" />
import type { AgentConfigManager } from '../../agent/agent-config-manager.js';
import { AgentChatView } from '../agent-chat/chat-view.js';
import { AgentConfigView } from '../agent-config/view.js';
import './index.less';
export declare const AgentDevSlot: string;
export declare class AgentDevView extends AgentChatView {
    protected agentConfigManager: AgentConfigManager;
    agentConfig?: AgentConfigView;
    view: import("react").ForwardRefExoticComponent<import("react").RefAttributes<HTMLDivElement>>;
    protected initialize(): void;
    protected initAgentConfigView: () => Promise<void>;
}
//# sourceMappingURL=dev-view.d.ts.map