import { FC } from 'react'; import { RadioGroupProps } from './Radio.types'; export declare const RadioGroup: FC;