import React from "react"; import { WithStyles } from "./Styles"; declare const styles: Record<"root" | "deep" | "deepPurple" | "shallow", import("@material-ui/core/styles/withStyles").CSSProperties>; interface BoxLayerProps extends WithStyles { variant?: "default"; } declare const _default: React.ComponentType & import("@material-ui/core/styles/withStyles").StyledComponentProps<"root" | "deep" | "deepPurple" | "shallow">>; export default _default;