import * as React from 'react';
import { View } from 'react-native';
import { RadioGroupProps } from './PropsType';
declare const _default: React.MemoExoticComponent<React.ForwardRefExoticComponent<RadioGroupProps & React.RefAttributes<View>>>;
export default _default;