import React from 'react'; import { type ClassValue } from '../../utils/cx'; import { Option } from '../select2/select'; export declare type SizeType = 'xs' | 'sm' | 'md' | 'xl' | 'lg' | 'full' | 'base'; /** * Radio 单选框。 */ export interface RadiosControlSchema { } export interface RadiosProps extends Option { options: Array