import * as React from 'react'; import { WithStyles } from '../../core/withStyles'; import styles from './MenuDrawer.styles'; export interface MenuDrawerProps extends WithStyles { open: boolean; onClose?: () => any; } export declare const MenuDrawer: React.SFC; declare const _default: React.ComponentType & import("@material-ui/core/styles/withStyles").StyledComponentProps>; export default _default;