import * as React from "react"; import { RadioProps } from "./radio.type"; declare const Radio: React.FunctionComponent; export { Radio };