interface SubagentChatPreviewProps { chatId: string; isExpanded: boolean; } export declare const SubagentChatPreview: import('react').MemoExoticComponent<({ chatId, isExpanded }: SubagentChatPreviewProps) => import("react/jsx-runtime").JSX.Element | null>; export {}; //# sourceMappingURL=SubagentChatPreview.d.ts.map