/// import type { RadioProps, RadioGroupProps } from "./Radio.types"; export declare function RadioGroup(props: RadioGroupProps): JSX.Element; export declare function Radio(props: RadioProps): JSX.Element;