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