import React from 'react'; import { RadiobuttonProps } from './types'; export declare const Radiobutton: React.FC;