import React from "react";
import { type RadioProps } from "../types/RadioProps";
declare const Radio: React.FC<RadioProps>;
export default Radio;
