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