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