/// export * from './type'; declare const _default: import("react").ForwardRefExoticComponent & import("react").RefAttributes> & { Group: import("react").ForwardRefExoticComponent & import("react").RefAttributes> & import("react").RefAttributes> & { displayName?: string | undefined; }; } & { displayName?: string | undefined; }; /** * 单选框,可用状态下点击切换选择,支持禁用,支持单选项组。 * @en Radio button, click to switch selection when available, supports disabled state and radio option group. * @name 单选框 * @name_en Radio * @type 数据录入 * @type_en Data Entry * @displayName Radio */ export default _default;