export declare function ToolsTab({ projectId, agentName, allowedTools, }: { projectId: string; agentName: string; allowedTools: string[]; }): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=tools-tab.d.ts.map