import * as React from 'react'; import { WithStyles } from '../../core/withStyles'; import styles from './Menu.styles'; interface MenuProps extends WithStyles { title?: string; open?: boolean; collapsed?: boolean; onOpen?: () => any; onClose?: () => any; } export declare const Menu: React.SFC; declare const _default: (React.ComponentClass & import("@material-ui/core/styles/withStyles").StyledComponentProps, any> & { Logo: React.ComponentType & import("@material-ui/core/styles/withStyles").StyledComponentProps>; Item: React.ComponentType & import("@material-ui/core/styles/withStyles").StyledComponentProps>; Back: React.ComponentType & import("@material-ui/core/styles/withStyles").StyledComponentProps>; }) | (React.FunctionComponent & import("@material-ui/core/styles/withStyles").StyledComponentProps> & { Logo: React.ComponentType & import("@material-ui/core/styles/withStyles").StyledComponentProps>; Item: React.ComponentType & import("@material-ui/core/styles/withStyles").StyledComponentProps>; Back: React.ComponentType & import("@material-ui/core/styles/withStyles").StyledComponentProps>; }); export default _default;