import React from 'react'; import type { PanelComponentProps, AgentPanelActions, AgenticResourcesPanelContext } from '../types'; /** * AgenticResourcesPanel - A unified panel for displaying both Agents and Skills * * This panel shows: * - AGENTS.md files (documentation for AI agents) * - Subagent definitions (from .claude/agents/) * - SKILL.md files (Agent Skills) * - Search and filter functionality * - Mode toggle to switch between Agents and Skills views * - Click to select and emit events for detail views */ export declare const AgenticResourcesPanel: React.FC>; //# sourceMappingURL=AgenticResourcesPanel.d.ts.map