import { Theme } from '../../theme'; declare const styles: (theme: Theme) => Record<"disabled" | "root" | "label" | "checked" | "labelDisabled" | "control" | "switchContainer" | "switchInner" | "switchBase" | "bar" | "knob", import("@material-ui/core/styles/withStyles").CSSProperties>; export default styles;