import type { RadioProps } from "./types/radio.types"; export declare const Radio: (props: RadioProps) => import("react/jsx-runtime").JSX.Element;