import * as React from "react"; import { FieldProps } from "src/types"; declare const Radio: React.FC; export { Radio };