import type { AiAgent } from '../../api';
import type React from 'react';
type SidebarProps = {
    agent: AiAgent;
};
export declare const AgentSettingsSidebar: React.FC<SidebarProps>;
export {};
