import type { ComponentProps } from "react";
import { RadioGroupRoot } from "./radio-group";
export declare const RadioGroup: (({ children, className, variant, ...props }: import("./radio-group").RadioGroupRootProps) => import("react/jsx-runtime").JSX.Element) & {
    Root: ({ children, className, variant, ...props }: import("./radio-group").RadioGroupRootProps) => import("react/jsx-runtime").JSX.Element;
};
export type RadioGroup = {
    Props: ComponentProps<typeof RadioGroupRoot>;
    RootProps: ComponentProps<typeof RadioGroupRoot>;
};
export { RadioGroupRoot };
export type { RadioGroupRootProps, RadioGroupRootProps as RadioGroupProps } from "./radio-group";
export { radioGroupVariants } from "@heroui/styles";
export type { RadioGroupVariants } from "@heroui/styles";
