import type { ReactNode } from "react";
import { type SelectionGroupProps } from "../selection/SelectionContext";
export type RadioGroupProps = SelectionGroupProps;
export declare function RadioGroup({ value, defaultValue, onValueChange, accent, disabled, children, ...props }: RadioGroupProps): ReactNode;
//# sourceMappingURL=RadioGroup.d.ts.map