import { FC } from 'react'; import { AssistantMessageAttachment } from '../attachments'; /** * Attachments rendered under a user message bubble — a durable record of what * the farmer actually sent with the question, thumbnails included. */ export declare const AssistantMessageAttachments: FC<{ attachments: AssistantMessageAttachment[]; }>; //# sourceMappingURL=AssistantMessageAttachments.d.ts.map