import React from 'react'; import { SideMenuAmpProps } from '../types'; declare const AmpMenu: ({ backgroundColor, children, height, id, layout, menuAnchor, px, py, width }: SideMenuAmpProps) => React.JSX.Element; export default AmpMenu;