import React from 'react'; import { MenuItemProps } from '@material-ui/core'; declare const MenuItem: React.ElementType; export { MenuItem };