///
import { IRadioButtonProps } from "./types";
declare function RadioButton({ value, name, onChange, children, ...props }: IRadioButtonProps): import("react/jsx-runtime").JSX.Element;
declare const _default: import("react").MemoExoticComponent;
export default _default;