import { Theme } from '../../theme'; declare const styles: (theme: Theme) => Record<"add" | "icon" | "root" | "item" | "itemLabel" | "addDisabled" | "addIcon" | "addLabel", import("@material-ui/core/styles/withStyles").CSSProperties>; export default styles;