import React from 'react'; import { SideMenuWebProps } from '../types'; declare const Menu: ({ backgroundColor, children, close, height, menuAnchor, open, px, py, width, }: SideMenuWebProps) => React.JSX.Element; export default Menu;