"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.Text = exports.Paragraph = void 0;
var _antd = require("antd");
var Paragraph = _antd.Typography.Paragraph,
Text = _antd.Typography.Text;
exports.Text = Text;
exports.Paragraph = Paragraph;