import * as React from 'react'; import { IRadioGroupProps } from './RadioGroup.props'; /** * `RadioGroup` is a helpful wrapper used to group `Radio` components that provides an easier API, * and proper keyboard accessibility to the group. */ export declare const RadioGroup: React.ForwardRefExoticComponent & React.RefAttributes>; export default RadioGroup;