import React from 'react'; import { ListProps } from '@material-ui/core/List'; import { Styles } from './Menu.style'; export declare type DrawerMenuProps = ListProps & Styles; declare const _default: React.ComponentType & import("@material-ui/core/styles/withStyles").StyledComponentProps<"root">>; export default _default; //# sourceMappingURL=Menu.d.ts.map