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