import { AttachmentRoot, AttachmentRootProps } from "./attachment/AttachmentRoot.js"; import { AttachmentName, AttachmentNameProps } from "./attachment/AttachmentName.js"; import { AttachmentThumb, AttachmentThumbProps } from "./attachment/AttachmentThumb.js"; import { AttachmentRemove, AttachmentRemoveProps } from "./attachment/AttachmentRemove.js"; declare namespace attachment_d_exports { export { AttachmentName as Name, AttachmentNameProps as NameProps, AttachmentRemove as Remove, AttachmentRemoveProps as RemoveProps, AttachmentRoot as Root, AttachmentRootProps as RootProps, AttachmentThumb as Thumb, AttachmentThumbProps as ThumbProps }; } //#endregion export { AttachmentName as Name, type AttachmentNameProps as NameProps, AttachmentRemove as Remove, type AttachmentRemoveProps as RemoveProps, AttachmentRoot as Root, type AttachmentRootProps as RootProps, AttachmentThumb as Thumb, type AttachmentThumbProps as ThumbProps, attachment_d_exports }; //# sourceMappingURL=attachment.d.ts.map