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