import * as React from 'react'; export interface RadioProps { } declare const Radio: React.FC; export default Radio;