import React from 'react';
import { Props } from './MenuListBackground.types';
import './MenuListBackground.style.scss';
declare const _MenuListBackground: React.ForwardRefExoticComponent<Props & React.RefAttributes<HTMLUListElement>>;
export default _MenuListBackground;
