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