import { MessageRoot, MessageRootProps } from "./message/MessageRoot.js"; import { MessageContent, MessageContentProps } from "./message/MessageContent.js"; import { MessagePrimitivePartByIndex as MessagePrimitivePartByIndexBase, MessagePrimitiveParts } from "./message/MessageParts.js"; import { MessageIf, MessageIfProps } from "./message/MessageIf.js"; import { MessageAttachmentByIndex, MessageAttachmentByIndexProps, MessageAttachments, MessageAttachmentsProps } from "./message/MessageAttachments.js"; import { MessagePrimitiveGroupedParts as GroupedParts } from "@assistant-ui/core/react"; declare namespace message_d_exports { export { MessageAttachmentByIndex as AttachmentByIndex, MessageAttachmentByIndexProps as AttachmentByIndexProps, MessageAttachments as Attachments, MessageAttachmentsProps as AttachmentsProps, MessageContent as Content, MessageContentProps as ContentProps, GroupedParts, MessageIf as If, MessageIfProps as IfProps, MessagePrimitivePartByIndexBase as PartByIndex, MessagePrimitiveParts as Parts, MessageRoot as Root, MessageRootProps as RootProps }; } //#endregion export { MessageAttachmentByIndex as AttachmentByIndex, type MessageAttachmentByIndexProps as AttachmentByIndexProps, MessageAttachments as Attachments, type MessageAttachmentsProps as AttachmentsProps, MessageContent as Content, type MessageContentProps as ContentProps, GroupedParts, MessageIf as If, type MessageIfProps as IfProps, MessagePrimitivePartByIndexBase as PartByIndex, MessagePrimitiveParts as Parts, MessageRoot as Root, type MessageRootProps as RootProps, message_d_exports }; //# sourceMappingURL=message.d.ts.map