import React from 'react'; import { RadioFormProps } from './types'; declare const RadioForm: React.FC; export default RadioForm;