/// <reference types="react" />
import { type RadioGroupBaseProps } from "./RadioGroupBase";
export interface RadioGroupProps extends RadioGroupBaseProps {
}
export declare const RadioGroup: import("react").MemoExoticComponent<import("@formily/react").ReactFC<RadioGroupProps & {
    ref?: import("react").LegacyRef<any> | undefined;
}>>;
