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