import { Theme } from '../../theme'; declare const styles: (theme: Theme) => Record<"root" | "footer" | "preview" | "app" | "appIcon" | "appName" | "appDescription", import("@material-ui/core/styles/withStyles").CSSProperties>; export default styles;