import { FC } from 'react';
import './ListItemBaseSection.style.scss';
import { Props } from './ListItemBaseSection.types';
/**
 * @deprecated Use the equivalent from momentum.design (NPM: `@momentum-design/components/dist/react`)
 */
declare const ListItemBaseSection: FC<Props>;
/**
 * Component that can be used inside ListItemBase to wrap content and display
 * it in a certain position.
 */
export default ListItemBaseSection;
