/// <reference types="react" />
import { RadioProps } from './index.types';
export declare const RadioButton: import("react").ForwardRefExoticComponent<RadioProps & import("react").RefAttributes<HTMLInputElement>>;
