import * as React from 'react'; import { WithStyles } from '../withStyles'; declare const styles: () => Record<"root", import("@material-ui/core/styles/withStyles").CSSProperties>; export interface BodyProps extends WithStyles { } declare const _default: React.ComponentType & import("@material-ui/core/styles/withStyles").StyledComponentProps>; export default _default;