import type { SmartRadioGroup } from './PropTypes';
declare const RadioGroup: import("react").FC<SmartRadioGroup>;
export { RadioGroup };
export { SmartRadioGroup, SmartRadioGroupEvents, SmartRadioGroupProps, SmartRadioGroupChangeEvent, } from './PropTypes';