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