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