import { FC } from 'react'; import { SRadioGroupProps } from './types'; declare const SRadioGroup: FC; export default SRadioGroup;