import { RadioProps } from "../types";
declare function Radio(props: RadioProps): import("react/jsx-runtime").JSX.Element;
export default Radio;
