import React from 'react'; import { RadioGroupProps } from './PropsType'; declare const RadioGroup: React.FC; export default RadioGroup;