import React, { FC } from 'react';
import { TaroRadioProps } from "../../types";
export declare const Radio: FC<Partial<TaroRadioProps> & Omit<React.HTMLAttributes<HTMLDivElement>, 'onChange'>>;
