import { type AgentDetail } from '../../hooks/useAgents'; interface AgentListProps { agents: AgentDetail[]; defaultAgent: string | null; searchQuery: string; onSearchChange: (value: string) => void; } export declare const AgentList: import("react").NamedExoticComponent; export {}; //# sourceMappingURL=AgentList.d.ts.map