import './style';
import { withInstall } from '../_util/withInstall';
import RadioButton from './radio-button';
export { radioButtonProps } from './props';
const FRadioButton = withInstall(RadioButton);
export { FRadioButton, FRadioButton as default };