import { MessagePrimitiveAttachmentByIndex, MessagePrimitiveAttachments } from "@assistant-ui/core/react"; //#region src/primitives/message/MessageAttachments.d.ts type MessageAttachmentsProps = MessagePrimitiveAttachments.Props; type MessageAttachmentByIndexProps = MessagePrimitiveAttachmentByIndex.Props; declare const MessageAttachmentByIndex: import("react").FC; declare const MessageAttachments: import("react").FC; //#endregion export { MessageAttachmentByIndex, MessageAttachmentByIndexProps, MessageAttachments, MessageAttachmentsProps }; //# sourceMappingURL=MessageAttachments.d.ts.map