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