import { FC } from 'react';
import './ListItemBaseSection.style.scss';
import { Props } from './ListItemBaseSection.types';
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;
