import React from 'react';
import { RadioProps } from './Radio.types';
declare const Radio: React.FC<RadioProps>;
export default Radio;
