import React from 'react';
import { ViewProps } from '@tarojs/components/types/View';
import { TaroRadioGroupProps } from "../../types";
export declare const RadioGroup: React.ForwardRefExoticComponent<Omit<Partial<TaroRadioGroupProps> & Omit<ViewProps, "onChange">, "ref"> & React.RefAttributes<unknown>>;
