///
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 Checkbox, click to switch selection when available, support disabled status, support checkbox group.
* @name 复选框
* @name_en Checkbox
* @type 数据录入
* @type_en Data Entry
* @displayName Checkbox
*/
export default _default;