import React from 'react';
import { Props } from './MenuListBackground.types';
import './MenuListBackground.style.scss';
/**
 * @deprecated Use the equivalent from momentum.design (NPM: `@momentum-design/components/dist/react`)
 */
declare const _MenuListBackground: React.ForwardRefExoticComponent<Props & React.RefAttributes<HTMLUListElement>>;
export default _MenuListBackground;
