import React from "react";
import { FormRadioButton } from "../input.type";
export declare function RadioButton({ isDisabled, value, label }: FormRadioButton): React.JSX.Element;
