import RadioButton from './RadioButton';
import type { IRadioProps, IRadioEmits } from '../Radio/index';
import type { IDefinePlugin } from '../types/index';
export { radioProps as radioButtonProps, radioEmits as radioButtonEmits, } from '../Radio/props';
export declare const ProRadioButton: IDefinePlugin<typeof RadioButton>;
export type IRadioButtonProps = IRadioProps;
export type IRadioButtonEmits = IRadioEmits;
