import { Theme } from '../../theme'; export declare const ScreenPreviewMinHeight = 400; declare const styles: (theme: Theme) => Record<"screen" | "root" | "footer" | "header" | "applicationName" | "screenName" | "presentationName" | "preview", import("@material-ui/core/styles/withStyles").CSSProperties>; export default styles;