"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.AttachmentIcon = void 0;
var AttachmentIcon_1 = require("./AttachmentIcon");
Object.defineProperty(exports, "AttachmentIcon", { enumerable: true, get: function () { return AttachmentIcon_1.AttachmentIcon; } });