import { FC } from 'react';
import { RadioProps } from './RadioGroup.types';
import './RadioGroup.style.scss';
/**
 * @deprecated Use the equivalent from momentum.design (NPM: `@momentum-design/components/dist/react`)
 */
declare const Radio: FC<RadioProps>;
export default Radio;
