import { RadioProps } from "@re-flex/styled/Radio"; import React from "react"; declare const Radio: React.FC; export default Radio;