import * as React from 'react'; import { WithStyles } from '../../core/withStyles'; import { Theme } from '../../theme'; import styles from './Logo.styles'; export interface LogoProps extends WithStyles { contrast?: boolean; theme: Theme; } export declare const Logo: React.SFC; declare const _default: React.ComponentType<(Pick & Partial, "children" | "theme" | "contrast"> & import("@material-ui/core/styles/withStyles").StyledComponentProps) | (Pick & Partial & { children?: React.ReactNode; }, "children" | "theme" | "contrast"> & import("@material-ui/core/styles/withStyles").StyledComponentProps)>; export default _default;