import type React from 'react'; export interface AgentIcon { color: string; name: string; svg: React.ReactNode; } /** * SVG icons sourced from @lobehub/icons (MIT license). */ export declare const AGENT_ICONS: AgentIcon[];