import React from 'react'; import { RadiosProps } from './'; declare const Radios: React.FC; export default Radios;