import React from "react";
import { IRadioProps } from "../../models/IRadioProps";
declare const Radio: React.FC<IRadioProps>;
export default Radio;
