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