import React from 'react'; import { RadioData, RadioGroupProps } from './type'; declare function Group(props: RadioGroupProps): JSX.Element; declare const _default: React.MemoExoticComponent; export default _default;