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