import Checkbox from "../Checkbox/Checkbox.js"; export type RadioProps = Omit, "type" | "indeterminate" | "ref">; /** * Alias for `` * * @see https://bifrost.intility.com/react/radio */ declare const Radio: import("react").ForwardRefExoticComponent>; export default Radio;