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