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