import type { RadioGroupProps } from './types';
/**
 * @deprecated Use `RadioControl` or `ToggleGroupControl` instead.
 */
export declare const RadioGroup: import("react").ForwardRefExoticComponent<RadioGroupProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref">, "as" | keyof RadioGroupProps> & import("react").RefAttributes<any>>;
export default RadioGroup;
//# sourceMappingURL=index.d.ts.map