import { Theme } from '../../../theme'; declare const styles: (theme: Theme) => Record<"clip" | "contents" | "root" | "contentsOut", import("@material-ui/core/styles/withStyles").CSSProperties>; export default styles;