import { RadioGroupProps } from "../types";
declare function RadioGroup(props: RadioGroupProps): import("react/jsx-runtime").JSX.Element;
export default RadioGroup;
