import * as React from 'react'; import { WithStyles } from '../../core/withStyles'; import styles from './OneThirdLayout.styles'; interface OneThirdLayoutProps extends WithStyles { className?: string; } export declare const OneThirdLayout: React.SFC; declare const _default: (React.ComponentClass & import("@material-ui/core/styles/withStyles").StyledComponentProps, any> & { ColumnSmall: React.ComponentType & import("@material-ui/core/styles/withStyles").StyledComponentProps>; ColumnLarge: React.ComponentType & import("@material-ui/core/styles/withStyles").StyledComponentProps>; }) | (React.FunctionComponent & import("@material-ui/core/styles/withStyles").StyledComponentProps> & { ColumnSmall: React.ComponentType & import("@material-ui/core/styles/withStyles").StyledComponentProps>; ColumnLarge: React.ComponentType & import("@material-ui/core/styles/withStyles").StyledComponentProps>; }); export default _default;