import { Theme } from '../../theme'; declare const styles: (theme: Theme) => Record<"button" | "default" | "progress" | "primary" | "label" | "buttonWithIcon" | "buttonOnlyIcon" | "iconWithLabel" | "destructive", import("@material-ui/core/styles/withStyles").CSSProperties>; export default styles;