export declare const RADIO_KEY: unique symbol;
export type RadioShape = 'round' | 'button';
export type RadioButtonSize = 'normal' | 'small' | 'mini';
export type RadioGroupTextPosition = 'right' | 'left';
export type RadioGroupDirection = 'vertical' | 'horizontal';
