import { ComposerPrimitiveAttachmentByIndex, ComposerPrimitiveAttachments } from "@assistant-ui/core/react"; //#region src/primitives/composer/ComposerAttachments.d.ts type ComposerAttachmentsProps = ComposerPrimitiveAttachments.Props; type ComposerAttachmentByIndexProps = ComposerPrimitiveAttachmentByIndex.Props; declare const ComposerAttachmentByIndex: import("react").FC; declare const ComposerAttachments: import("react").FC; //#endregion export { ComposerAttachmentByIndex, ComposerAttachmentByIndexProps, ComposerAttachments, ComposerAttachmentsProps }; //# sourceMappingURL=ComposerAttachments.d.ts.map