'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
var elementPlus = require('element-plus');
const AspRadioButton = {
raw: elementPlus.ElRadioButton,
name: "AspRadioButton"
};
exports.AspRadioButton = AspRadioButton;
exports["default"] = AspRadioButton;