import { Theme } from '../../theme'; declare const styles: (theme: Theme) => Record<"medium" | "small" | "center" | "ellipsis" | "nowrap" | "bold" | "root" | "muted" | "strikethrough", import("@material-ui/core/styles/withStyles").CSSProperties>; export default styles;