'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
var antDesignVue = require('ant-design-vue');
const AspATypography = {
raw: antDesignVue.Typography,
name: "AspATypography"
};
exports.AspATypography = AspATypography;
exports["default"] = AspATypography;