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