import React from 'react'; import { RadioProps } from './Input.types'; declare const InputRadio: React.FC; export default InputRadio;