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