import * as React from 'react'; import { WithStyles } from '../../core/withStyles'; import * as P from '../../presentation/PresentationTypes'; import styles from './ScreenPreview.styles'; interface ScreenPreviewProps extends WithStyles { name: string; presentation?: P.Presentation; } export declare const ScreenPreview: React.SFC; declare const _default: React.ComponentType & import("@material-ui/core/styles/withStyles").StyledComponentProps>; export default _default;