import React from 'react';
import { IRadioButtonGroupStandAlone } from './types/radioButtonGroup';
export declare const RadioButtonGroupStandAlone: React.ForwardRefExoticComponent<IRadioButtonGroupStandAlone & React.RefAttributes<HTMLFieldSetElement>>;
