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